[Skyeye-developer] adding tracepoints support to skyeye
Anthony Lee
don.anthony.lee+program at gmail.com
Wed Jan 31 15:11:17 CST 2007
Hi Zied,
I suggest that you don't turn off DBCT and BFD by default.
The contents in your patch
#############################################
--- trunk/Makefile (revision 46)
+++ trunk/Makefile (working copy)
@@ -20,6 +20,9 @@
# Author Chen Yu <yuchen at tsinghua.edu.cn>
+#if you want to add DBCT Acceleration Function In X86 32bit system
AND gcc version = 3.x.x, comment below line
+NO_DBCT = 1
+NO_BFD = 1
prefix = /usr/local
exec_prefix = ${prefix}
@@ -227,6 +230,7 @@
SIM_UTILS_OBJS = binary/skyeye2gdb.o \
binary/gdbserver.o \
+ binary/gdb_tracepoint.o\
binary/arch_regdefs.o \
binary/arm_regdefs.o \
binary/cf_regdefs.o \
@@ -362,6 +366,8 @@
binary/skyeye.o: utils/main/skyeye.c
$(CC) -c $< -o $@ $(ALL_CFLAGS)
+binary/gdb_tracepoint.o: utils/debugger/gdb_tracepoint.c
+ $(CC) -c $< -o $@ $(ALL_CFLAGS)
binary/skyeye2gdb.o: utils/debugger/skyeye2gdb.c
$(CC) -c $< -o $@ $(ALL_CFLAGS)
binary/gdbserver.o: utils/debugger/gdbserver.c
More information about the Skyeye-developer
mailing list