代码搜索:debugging
找到约 8,473 项符合「debugging」的源代码
代码结果 8,473
www.eeworm.com/read/216901/4878948
h driverconfig.h
// Used when debugging the flash loader as a normal standalone application.
//#define DEBUG 1
#ifdef DEBUG
#define DEBUG_ARGS "--base 0x00101000"
#define DEBUG_FILE "C:\\tmp\\FlashAT91SA
www.eeworm.com/read/209559/4959664
c fixup-ddb5074.c
/*
* It's nice to have the LEDs on the GPIO pins available for debugging
*/
static void ddb5074_fixup(struct pci_dev *dev)
{
extern struct pci_dev *pci_pmu;
u8 t8;
www.eeworm.com/read/209559/4961294
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/209559/4967782
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/209559/4967946
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/208414/4992830
c bnprint.c
/*
* bnprint.c - Print a bignum, for debugging purposes.
*
* Copyright (C) 1995-1997 Pretty Good Privacy, Inc. All rights reserved.
*
* Written by Colin Plumb.
*
* $Id: bnprint.c,v 1.17.2.1 199
www.eeworm.com/read/208414/4993149
c pgpmem.c
/*
* pgpMem.c -- pgpMemAlloc and friends with debugging support
*
* Copyright (C) 1996,1997 Pretty Good Privacy, Inc. All rights reserved.
*
* $Id: pgpMem.c,v 1.9.2.3.2.1 1997/06/27 15:36:1
www.eeworm.com/read/195013/5117076
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/195013/5118446
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/195013/5121881
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