代码搜索:Debugging
找到约 8,473 项符合「Debugging」的源代码
代码结果 8,473
www.eeworm.com/read/445086/1726579
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
www.eeworm.com/read/419387/2079087
c optimize.c
/* Source for debugging optimimzed code test.
cc -g -O -o optimize optimize.c
*/
int callee();
int test_opt;
int main()
{
int a,b,c,d,e,f,g,h;
a = 10;;
/* Value propagate
*/
b
www.eeworm.com/read/418017/2094356
c optimize.c
/* Source for debugging optimimzed code test.
cc -g -O -o optimize optimize.c
*/
int callee();
int test_opt;
int main()
{
int a,b,c,d,e,f,g,h;
a = 10;;
/* Value propagate
*/
b
www.eeworm.com/read/413855/2157161
hh printtime.hh
#ifndef IPPRINTTIME_HH
#define IPPRINTTIME_HH
#include
#include
/*
=c
IPPrintTime([TAG, I])
=s IP, debugging
pretty-prints IP packets
=d
Expects IP
www.eeworm.com/read/410728/2205109
c optimize.c
/* Source for debugging optimimzed code test.
cc -g -O -o optimize optimize.c
*/
int callee();
int test_opt;
int main()
{
int a,b,c,d,e,f,g,h;
a = 10;;
/* Value propagate
*/
b
www.eeworm.com/read/395229/2447454
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/393286/2484212
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/393286/2484246
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/393286/2484320
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/372858/2768782
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