代码搜索:debugging
找到约 8,473 项符合「debugging」的源代码
代码结果 8,473
www.eeworm.com/read/384079/8902313
makefile
###############################################################################
#
# Name: Makefile
#
# Description: Makefile to build ucos linux port sample code.
#
# Author: Philip Mitchell
#
www.eeworm.com/read/186676/8918601
txt changes.txt
2004-02-17:
The DEBUG defines have now been removed and currently only DEBUG_SERIAL exists.
As it turned out, it didn't really make sense to support all that other stuff
and only made the defintion un
www.eeworm.com/read/186557/8925807
txt abstract.txt
This is a WinARM-Demo based on the Keil "Hello" example
done by Martin Thomas, Kaiserslautern, Germany
http://www.siwawi.arubi.uni-kl.de/avr_projects/arm_project
www.eeworm.com/read/185581/9027842
makefile
# Comment/uncomment the following line to disable/enable debugging
#DEBUG = y
# Add your debugging flag (or not) to CFLAGS
ifeq ($(DEBUG),y)
DEBFLAGS = -O -g -DSBULL_DEBUG # "-O" is needed to expa
www.eeworm.com/read/185581/9027854
makefile
# Comment/uncomment the following line to disable/enable debugging
#DEBUG = y
# Add your debugging flag (or not) to CFLAGS
ifeq ($(DEBUG),y)
DEBFLAGS = -O -g -DSCULL_DEBUG # "-O" is needed to expa
www.eeworm.com/read/185581/9027866
makefile
# Comment/uncomment the following line to disable/enable debugging
#DEBUG = y
# Add your debugging flag (or not) to CFLAGS
ifeq ($(DEBUG),y)
DEBFLAGS = -O -g # "-O" is needed to expand inlines
else
www.eeworm.com/read/185581/9027878
makefile
# Comment/uncomment the following line to disable/enable debugging
#DEBUG = y
# Add your debugging flag (or not) to CFLAGS
ifeq ($(DEBUG),y)
DEBFLAGS = -O -g -DSBULL_DEBUG # "-O" is needed to expa
www.eeworm.com/read/185581/9027889
h sbull.h
/*
* sbull.h -- definitions for the char module
*
* Copyright (C) 2001 Alessandro Rubini and Jonathan Corbet
* Copyright (C) 2001 O'Reilly & Associates
*
* The source code in this file can be f
www.eeworm.com/read/185581/9027963
makefile
# Comment/uncomment the following line to disable/enable debugging
#DEBUG = y
# Add your debugging flag (or not) to CFLAGS
ifeq ($(DEBUG),y)
DEBFLAGS = -O -g -DSCULL_DEBUG # "-O" is needed to expa
www.eeworm.com/read/185581/9028000
makefile
# Comment/uncomment the following line to disable/enable debugging
#DEBUG = y
# Add your debugging flag (or not) to CFLAGS
ifeq ($(DEBUG),y)
DEBFLAGS = -O -g -DSHORT_DEBUG # "-O" is needed to expa