代码搜索:debugging
找到约 8,473 项符合「debugging」的源代码
代码结果 8,473
www.eeworm.com/read/221695/14728772
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/13976/290995
msvc makefile.msvc
# Makefile.MSVC: MSVC Makefile for LAME 3.81 (alpha1)
PGM = lame
# Microsoft C options
# CC = cl
# LN = link
# Intel 4.5 compiler
CC = icl
LN = xilink
# debugging options
# CC_OPTS = /nologo /Zi /
www.eeworm.com/read/14735/406852
msvc makefile.msvc
# Makefile.MSVC: MSVC Makefile for LAME 3.57beta
PGM = lame
CC = cl
LN = link
# debugging options
# CC_OPTS = /nologo /Zi /Ge /GZ
# LN_OPTS = /nologo /debug:full /debugtype:cv /fixed:no
#
www.eeworm.com/read/15480/465473
msvc makefile.msvc
# Makefile.MSVC: MSVC Makefile for LAME 3.57beta
PGM = lame
CC = cl
LN = link
# debugging options
# CC_OPTS = /nologo /Zi /Ge /GZ
# LN_OPTS = /nologo /debug:full /debugtype:cv /fixed:no
#
www.eeworm.com/read/483363/1278121
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.
/
www.eeworm.com/read/482538/1287807
hh printold.hh
#ifndef CLICK_PRINTOLD_HH
#define CLICK_PRINTOLD_HH
#include
#include
CLICK_DECLS
/*
=c
PrintOld([LABEL, AGE, MAXLENGTH])
=s debugging
conditionally prints pac
www.eeworm.com/read/480930/1306058
c debug.c
/*
* linux/arch/m68k/mac/debug.c
*
* Shamelessly stolen (SCC code and general framework) from:
*
* linux/arch/m68k/atari/debug.c
*
* Atari debugging and serial console stuff
*
* Assembled of
www.eeworm.com/read/480930/1307432
h kgdb.h
/* $Id: kgdb.h,v 1.8 1998/01/07 06:33:44 baccala Exp $
* kgdb.h: Defines and declarations for serial line source level
* remote debugging of the Linux kernel using gdb.
*
* Copyright (C) 1
www.eeworm.com/read/480930/1310867
h kgdb.h
/*
* BK Id: SCCS/s.kgdb.h 1.5 05/17/01 18:14:24 cort
*/
/*
* kgdb.h: Defines and declarations for serial line source level
* remote debugging of the Linux kernel using gdb.
*
* PPC Mods
www.eeworm.com/read/458653/1584945
c debug_multi_out.c
/*
* $Id: debug_multi_out.c,v 1.3.4.1 2003/04/07 20:00:57 philburk Exp $
* debug_multi_out.c
* Output different numbers on each channels for step debugging,
* using the Portable Audio api.
*