代码搜索:Debugging

找到约 8,473 项符合「Debugging」的源代码

代码结果 8,473
www.eeworm.com/read/158872/5591965

s asmsrc2.s

.include "common.inc" .include "arch.inc" comment "Second file in assembly source debugging testcase." .global foo2 gdbasm_declare foo2 gdbasm_enter comment "Call someplace else (several times)
www.eeworm.com/read/158106/5598768

c ttdebug.c

/* Simple debugging component. Temporary */ #include "ttdebug.h" #include "tttables.h" #include "ttobjs.h" #ifdef DEBUG_LEVEL_TRACE char tt_trace_levels[trace_max]; #endif #if defined( DEBUG_LE
www.eeworm.com/read/153824/5644858

c debug.c

/* debug.c - Simple debugging "switch" */ /* Written 1998-2000 by Werner Almesberger, EPFL DI-ICA */ #if HAVE_CONFIG_H #include #endif #include #include #include
www.eeworm.com/read/248677/12547624

h bdmcf.h

/* BDM signals */ #ifdef DEBUG /* when debugging is required, DSI is moved to PTA7 */ #define DSI_OUT PTA_PTA7 #define DSI_OUT_MASK PTA_PTA7_MASK #define DSI_OUT_BITNUM
www.eeworm.com/read/134379/13993836

h debug.h

/* * linux/include/linux/lockd/debug.h * * Debugging stuff. * * Copyright (C) 1996 Olaf Kirch */ #ifndef LINUX_LOCKD_DEBUG_H #define LINUX_LOCKD_DEBUG_H #ifdef __KERNEL__
www.eeworm.com/read/109477/15556270

h debug.h

/* * linux/include/linux/lockd/debug.h * * Debugging stuff. * * Copyright (C) 1996 Olaf Kirch */ #ifndef LINUX_LOCKD_DEBUG_H #define LINUX_LOCKD_DEBUG_H #ifdef __KERNEL__
www.eeworm.com/read/109477/15556542

h debug.h

/* * linux/include/linux/nfsd/debug.h * * Debugging-related stuff for nfsd * * Copyright (C) 1995 Olaf Kirch */ #ifndef LINUX_NFSD_DEBUG_H #define LINUX_NFSD_DEBUG_H #inclu
www.eeworm.com/read/189319/8475661

html group___pool_debug.html

Apache Portable Runtime: Pool Debugging fun
www.eeworm.com/read/165020/10078749

linux makefile.linux

CC= gcc #should be OK in most situations: #CFLAGS= -O # HP/UX 9.0X optimized code #CFLAGS= +O3 +Oaggressive +Olibcalls -Aa -D_POSIX_SOURCE -DCHECK +FP VZOUiD # HP/UX 9.0X debugging #CFLAGS=
www.eeworm.com/read/162318/10314815

c pm_drv.c

#include #include #include #include /* Debugging macros */ #undef DEBUG_PMDRV #ifdef DEBUG_PMDRV #define DPRINTK(args...) printk(##args