代码搜索:Debugging
找到约 8,473 项符合「Debugging」的源代码
代码结果 8,473
www.eeworm.com/read/389879/2533131
c dibx000_common.c
#include
#include "dibx000_common.h"
static int debug;
module_param(debug, int, 0644);
MODULE_PARM_DESC(debug, "turn on debugging (default: 0)");
#define dprintk(args...) do { if (deb
www.eeworm.com/read/389154/2543422
h config.h
#include
#define PSII_VERSION TEXT("[PocketStoreII] v1.5.1 RC1 (31/MAR/2006)\r\n")
// Debugging message
#define PSII_DBGMSG_ENABLE
#if defined(PSII_DBGMSG_ENABLE)
#define PSII_R
www.eeworm.com/read/385891/2578138
lds fprom.lds
OUTPUT_FORMAT("elf64-ia64-little")
OUTPUT_ARCH(ia64)
ENTRY(_start)
SECTIONS
{
v = 0x0000000000000000 ; /* this symbol is here to make debugging with kdb easier... */
. = (0x000000000000000 + 0x
www.eeworm.com/read/385462/2591438
h apic.h
#ifndef __ASM_APIC_H
#define __ASM_APIC_H
#include
#include
#include
#include
#define Dprintk(x...)
/*
* Debugging macros
*/
#define A
www.eeworm.com/read/372616/2770472
c dibx000_common.c
#include
#include "dibx000_common.h"
static int debug;
module_param(debug, int, 0644);
MODULE_PARM_DESC(debug, "turn on debugging (default: 0)");
#define dprintk(args...) do { if (deb
www.eeworm.com/read/368386/2814925
lds fprom.lds
OUTPUT_FORMAT("elf64-ia64-little")
OUTPUT_ARCH(ia64)
ENTRY(_start)
SECTIONS
{
v = 0x0000000000000000 ; /* this symbol is here to make debugging with kdb easier... */
. = (0x000000000000000 + 0x
www.eeworm.com/read/362989/2925305
s debug-macro.s
/* linux/include/asm-arm/arch-clps711x/debug-macro.S
*
* Debugging macro include header
*
* Copyright (C) 1994-1999 Russell King
* Moved from linux/arch/arm/kernel/debug.S by Ben Dooks
*
* Th
www.eeworm.com/read/362989/2925490
s debug-macro.s
/* linux/include/asm-arm/arch-epxa10db/debug-macro.S
*
* Debugging macro include header
*
* Copyright (C) 1994-1999 Russell King
* Moved from linux/arch/arm/kernel/debug.S by Ben Dooks
*
* Th
www.eeworm.com/read/350657/3118878
lds fprom.lds
OUTPUT_FORMAT("elf64-ia64-little")
OUTPUT_ARCH(ia64)
ENTRY(_start)
SECTIONS
{
v = 0x0000000000000000 ; /* this symbol is here to make debugging with kdb easier... */
. = (0x000000000000000 + 0x
www.eeworm.com/read/350504/3124737
c badmem.c
/*
* badmem.c - Demonstrate usage of memory debugging tools
*/
#include
#include
#include
char g_buf[5];
int main(void)
{
char *buf;
char *leak;
char l_buf[5];