代码搜索:Debugging
找到约 8,473 项符合「Debugging」的源代码
代码结果 8,473
www.eeworm.com/read/316872/3593970
c mac_esp.c
/*
* 68k mac 53c9[46] scsi driver
*
* copyright (c) 1998, David Weis weisd3458@uni.edu
*
* debugging on Quadra 800 and 660AV Michael Schmitz, Dave Kilzer 7/98
*
* based loosely on cyber_esp.c
www.eeworm.com/read/442033/1767676
c flash_nand.c
#include
#include
//#ifdef FLASH_TYPE_NAND
#include
#include "flash_drv.h"
#include "flash_nand_parts.h"
//#include
// Low level debugging
www.eeworm.com/read/395929/2428441
mh-mingw32
# We don't want debugging info in Win32-hosted toolchains.
# Accomplish this by overriding CFLAGS.
CFLAGS=-O2
CXXFLAGS=-O2
# We also need to override LIBGCC2_DEBUG_CFLAGS so libgcc2 will be
# built w
www.eeworm.com/read/375736/2721765
foo
block.asm:; 1234H and 4321H on the top and bottom. These are used in debugging to
block.asm: dw 4321H ; End of stack always 4321H
core.asm:crctab DW 00000H, 01021H, 0
www.eeworm.com/read/260597/4331770
foo
block.asm:; 1234H and 4321H on the top and bottom. These are used in debugging to
block.asm: dw 4321H ; End of stack always 4321H
core.asm:crctab DW 00000H, 01021H, 0
www.eeworm.com/read/135531/13923142
sco5 makefile.sco5
CC= cc
#should be OK in most situations:
CFLAGS= -O -s
# 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/135531/13923167
unix makefile.unix
CC= cc
#should be OK in most situations:
CFLAGS= -O -s
# 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/108975/15569149
txt copright.txt
Debugging Visual C++ Windows
Keith Bugg
R&D Books, an imprint of Miller Freeman, Inc.
Copyright 1998 by Miller Freeman, Inc.
ISBN 0-87930-545-2
R&D Books
Miller Freeman, Inc.
1601 West 23
www.eeworm.com/read/398787/7922480
makefile
# Comment/uncomment the following line to disable/enable debugging
DEBUG = y
TARGET = gsmMuxd
SRC = gsm0710.c buffer.c
OBJS = gsm0710.o buffer.o
CC = armv5b-softfloat-linux-gcc
LD = armv5b-softfloat
www.eeworm.com/read/144621/12779996
6 makefile.6
# Comment/uncomment the following line to enable/disable debugging
WFLAGS := -Wall -Wstrict-prototypes -Wno-trigraphs
obj-m := rt2570.o
rt2570-objs := rtusb_main.o mlme.o rtusb_bulk.o connect.o