代码搜索:Debugging
找到约 8,473 项符合「Debugging」的源代码
代码结果 8,473
www.eeworm.com/read/323368/3516840
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
/*
* Debug flags
www.eeworm.com/read/316872/3589190
debug kconfig.debug
menu "Kernel hacking"
source "lib/Kconfig.debug"
config EARLY_PRINTK
bool
depends on ALPHA_GENERIC || ALPHA_SRM
default y
config DEBUG_RWLOCK
bool "Read-write spinlock debugging"
depends on DE
www.eeworm.com/read/316872/3598141
h debug_locks.h
#ifndef __LINUX_DEBUG_LOCKING_H
#define __LINUX_DEBUG_LOCKING_H
struct task_struct;
extern int debug_locks;
extern int debug_locks_silent;
/*
* Generic 'turn off all lock debugging' function:
*/
www.eeworm.com/read/316872/3600857
s debug-macro.s
/* linux/include/asm-arm/arch-shark/debug-macro.S
*
* Debugging macro include header
*
* Copyright (C) 1994-1999 Russell King
* Moved from linux/arch/arm/kernel/debug.S by Ben Dooks
*
* This
www.eeworm.com/read/316872/3600899
s debug-macro.s
/* linux/include/asm-arm/arch-s3c2410/debug-macro.S
*
* Debugging macro include header
*
* Copyright (C) 1994-1999 Russell King
* Copyright (C) 2005 Simtec Electronics
*
* Moved from linux/a
www.eeworm.com/read/316872/3601043
s debug-macro.s
/* linux/include/asm-arm/arch-integrator/debug-macro.S
*
* Debugging macro include header
*
* Copyright (C) 1994-1999 Russell King
* Moved from linux/arch/arm/kernel/debug.S by Ben Dooks
*
*
www.eeworm.com/read/299781/3850673
h sched.h
#ifndef _LINUX_SCHED_H
#define _LINUX_SCHED_H
#define NEW_SWAP
/*
* define DEBUG if you want the wait-queues to have some extra
* debugging code. It's not normally used, but might catch some
* wa
www.eeworm.com/read/273662/4201399
py datecheck.py
#!/usr/bin/env python
### This is a debugging script to test date-ordering in an SVN repository.
'''Tell which revisions are out of order w.r.t. date in a repository.
Takes "svn log -q -r1:HEAD" out
www.eeworm.com/read/273660/4202476
py datecheck.py
#!/usr/bin/env python
### This is a debugging script to test date-ordering in an SVN repository.
'''Tell which revisions are out of order w.r.t. date in a repository.
Takes "svn log -q -r1:HEAD" out
www.eeworm.com/read/449649/1675621
java assert.java
//: com:bruceeckel:tools:debug:Assert.java
// Assertion tool for debugging.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
p