代码搜索:Debugging
找到约 8,473 项符合「Debugging」的源代码
代码结果 8,473
www.eeworm.com/read/264095/4292493
lds fprom.lds
OUTPUT_FORMAT("elf64-ia64-little")
OUTPUT_ARCH(ia64)
ENTRY(_start)
SECTIONS
{
v = 0x0000000000000000 ; /* this symbol is here to make debugging with kdb easier... */
. = (0x000000000000000 + 0x
www.eeworm.com/read/170603/9796981
c tree.c
#include "c.h"
static char rcsid[] = "$Id: tree.c,v 1.1 2002/08/28 23:12:47 drh Exp $";
int where = STMT;
static int warn;
static int nid = 1; /* identifies trees & nodes in debugging output */
sta
www.eeworm.com/read/366687/9803874
linux makefile.linux
CC= gcc
#should be OK in most situations:
#CFLAGS= -O
# HP/UX 9.0X optimized code
#CFLAGS= +O3 +Oaggressive +Olibcalls -Aa -D_POSIX_SOURCE -DCHECK +FP VZOUiD
# HP/UX 9.0X debugging
#CFLAGS= -g -Aa -
www.eeworm.com/read/165847/10049942
c disas.c
/* General "disassemble this chunk" code. Used for debugging. */
#include "config.h"
#include "dis-asm.h"
#include "elf.h"
#include
#include "cpu.h"
#include "exec-all.h"
#include "disas.h
www.eeworm.com/read/165020/10078680
makefile
CC= bcc32
#should be OK in most situations:
#CFLAGS= -O
# HP/UX 9.0X optimized code
CFLAGS= +O3 +Oaggressive +Olibcalls -Aa -D_POSIX_SOURCE -DCHECK +FP VZOUiD
# HP/UX 9.0X debugging
#CFLAGS=
www.eeworm.com/read/280601/10309129
cc kdtree_common.cc
// Guy Shechter
// June 2004
// Variables used for time debugging.
TV tv1,tv2;
TZ tz;
//
// Call this function to build the k-d Tree.
//
Tree *build_kdtree(double *reference, int N, int D, int *ind
www.eeworm.com/read/418361/10951999
c disas.c
/* General "disassemble this chunk" code. Used for debugging. */
#include "config.h"
#include "dis-asm.h"
#include "elf.h"
#include
#include "cpu.h"
#include "exec-all.h"
#include "disas.h
www.eeworm.com/read/245644/12786193
linux makefile.linux
CC= gcc
#should be OK in most situations:
#CFLAGS= -O
# HP/UX 9.0X optimized code
#CFLAGS= +O3 +Oaggressive +Olibcalls -Aa -D_POSIX_SOURCE -DCHECK +FP VZOUiD
# HP/UX 9.0X debugging
#CFLAGS= -g -Aa -
www.eeworm.com/read/308670/13696862
msc makefile.msc
#
# Makefile for Microsoft Visual C++
#
CC=cl
#
# Flags
# AL -- Compile for large model
# Zi -- Enable debugging
# W1 -- Turn on warnings
#
CFLAGS=/AL /Zi /W1
OBJS= stat.obj ch_type.obj token.obj in_