代码搜索:debugging
找到约 8,473 项符合「debugging」的源代码
代码结果 8,473
www.eeworm.com/read/339800/3295161
tut pr02018.tut
[Documents]
Doc01=pr02018.cpp
Docct=1
[Watches]
Watchct=1
Watch01=amount
[Breakpoints]
Breakpointct=0
[Options]
Debugging=1
Exceptions=0
RTTI=0
Command Line Prompt=1
Command Line=
www.eeworm.com/read/339800/3295165
tut pr02002.tut
[Documents]
Doc01=pr02002.cpp
Docct=1
[Watches]
Watchct=1
Watch01=senior
[Breakpoints]
Breakpointct=0
[Options]
Debugging=1
Exceptions=0
RTTI=0
Command Line Prompt=1
Command Line=
www.eeworm.com/read/337546/3331304
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/328214/3446232
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/324920/3490149
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/321483/3535056
todo
- work on test suite.
- localize the depth to guard against non-local exits.
Current overhead (with PERLDBf_NONAME) wrt non-debugging run (estimates):
8% extra call frame on DB::sub
7% output of s
www.eeworm.com/read/316872/3588840
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/316872/3596755
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/316872/3597326
h debug.h
/*
* Debug macros for run-time debugging.
* Turned on/off with CONFIG_RUNTIME_DEBUG option.
*
* Copyright (C) 2001 MontaVista Software Inc.
* Author: Jun Sun, jsun@mvista.com or jsun@junsun.net
www.eeworm.com/read/305065/3780919
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