代码搜索:debugging
找到约 8,473 项符合「debugging」的源代码
代码结果 8,473
www.eeworm.com/read/380520/9143921
makefile
# Comment/uncomment the following line to disable/enable debugging
#非常标准的Makefile,稍加修改就可以用在很多驱动上
#将这个开关打开,看proc的输出。在这个例子分别有二个用于输出的proc文件。一个是用老方法实现的
#/proc/scullmem
#新方法 /proc/scullseq
DEBUG = y
#
www.eeworm.com/read/380520/9143927
txt makefile.txt
# Comment/uncomment the following line to disable/enable debugging
#非常标准的Makefile,稍加修改就可以用在很多驱动上
#将这个开关打开,看proc的输出。在这个例子分别有二个用于输出的proc文件。一个是用老方法实现的
#/proc/scullmem
#新方法 /proc/scullseq
DEBUG = y
#
www.eeworm.com/read/380520/9143947
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
www.eeworm.com/read/380520/9144007
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/281357/9160174
txt win32_compile.txt
The "generic" notes for putting this thing together are below. Here's the
short version.
1.) *** Make sure you have Microsoft Visual Studio C++ 6 installed!!! ***
2.) Go to the directory you
www.eeworm.com/read/378503/9228017
txt win32_compile.txt
The "generic" notes for putting this thing together are below. Here's the
short version.
1.) *** Make sure you have Microsoft Visual Studio C++ 6 installed!!! ***
2.) Go to the directory you
www.eeworm.com/read/180985/9277812
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/180985/9277823
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/180985/9277829
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/180985/9277833
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