代码搜索:debugging
找到约 8,473 项符合「debugging」的源代码
代码结果 8,473
www.eeworm.com/read/342523/12015032
h led_config.h
#define LED_Config_Debug 1
#ifdef LED_Config_Debug
# ifdef __KERNEL__
/* This one if debugging is on, and kernel space */
# define PDEBUG(fmt, args...) printk( KERN_NOTICE "J2M_Config: " fmt
www.eeworm.com/read/255541/12075639
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 som
www.eeworm.com/read/251542/12338617
readme
Chapter 9 - Debugging.
debug1.c - A bugged bubble sort program.
debug2.c - The same program with additional instrumentation code.
debug3.c - The same program again, with the bug amplified.
www.eeworm.com/read/129337/14250477
readme
Chapter 9 - Debugging.
debug1.c - A bugged bubble sort program.
debug2.c - The same program with additional instrumentation code.
debug3.c - The same program again, with the bug amplified.
www.eeworm.com/read/228773/14363634
readme
Chapter 9 - Debugging.
debug1.c - A bugged bubble sort program.
debug2.c - The same program with additional instrumentation code.
debug3.c - The same program again, with the bug amplified.
www.eeworm.com/read/125257/14502864
mak pstotxtm.mak
# pstotxtm.mak
# Makefile for pstotxtm.exe, for 8086 MS-DOS
# makefile created by
# Russell Lang, 1996-10-11
# For debugging, use bcc -v
COMPBASE = c:\bc45
COMPDIR = $(COMPBASE)\bin
INCDIR = $(COMP
www.eeworm.com/read/124442/14567373
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 som
www.eeworm.com/read/123658/14617336
h coff.h
/* Definitions of target machine for GNU compiler.
m68k series COFF object files and debugging, version.
Copyright (C) 1994 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC i
www.eeworm.com/read/223691/14619184
c uhci-debug.c
/*
* UHCI-specific debugging code. Invaluable when something
* goes wrong, but don't get in my face.
*
* (C) Copyright 1999 Linus Torvalds
*/
#include
#include
#incl
www.eeworm.com/read/122139/14718786
h debug.h
// Larbin
// Sebastien Ailleret
// 15-11-99 -> 06-06-00
// It's dirty, but I don't care
// it's just for debugging purposes
#ifndef DEBUG_H
#define DEBUG_H
#ifndef NDEBUG
// Where are the differen