代码搜索:debugging
找到约 8,473 项符合「debugging」的源代码
代码结果 8,473
www.eeworm.com/read/168490/9911272
mak pcidio96.mak
# nmake -nologo -f pcidio96.mak
#
# Set NODEBUG = 1 for no debugging information in the executable image.
# Set RTSS_CRT = 1 to link RTSS single-threaded applications with C run-time library.
# S
www.eeworm.com/read/167247/9974464
c predict.c
/*
* predict.c --
*
* Code for predictor calculation. Its macro version, predictor.h,
* is used in non-debugging compilation.
*/
/*
* $Id: predict.c,v 1.1 2002/10/14 21:56:03 enlf Exp $
*/
#in
www.eeworm.com/read/163079/10176025
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/352754/10516462
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/470566/6913944
in config.h.in
/* config.h.in. Generated from configure.ac by autoheader. */
/* Define if debugging info is desired */
#undef DBG_MJZ
/* Define to 1 if you have the header file. */
#undef HAVE_ARPA
www.eeworm.com/read/466618/7029737
ini g.ini
echo Setting up the environment for debugging gdb.\n
set complaints 1
set output-radix 16
set input-radix 16
set endian big
dir .
set prompt (netsilicon-gdb)
# This connects to a target vi
www.eeworm.com/read/296774/7113788
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/444437/7612783
pas cgutils.pas
unit CgUtils;
{ CgLib: Debugging utilities.
Version 1.20
(c) 1998-2000 Tom Nuydens. Use at your own risk. See cglib.txt for details. }
interface
{$J-}
uses
Windows, SysUtils;
t
www.eeworm.com/read/399963/7818871
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/297233/8038380
t-semi
# Just for these, we omit the frame pointer since it makes such a big
# difference. It is then pointless adding debugging.
LIBGCC2_CFLAGS=-O2 -fomit-frame-pointer $(LIBGCC2_INCLUDES) $(GCC_CFLAGS) -g