[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

GDB fixed



Ok, I've fixed GDB.  This manly involved recompiling it, but I had to
resort to an ugly hack to get it to recompile.  Two system include
headers that it needed (one is a kernel header and another is a libc
header) conflicted with each other, I ended up adding:

   -D_SYS_PTRACE_H -DPTRACE_ATTACH=16 -DPTRACE_DETACH=17

to CFLAGS on the sparc.


(I've verified that the resulting GDB can attach to processes and the
missing commands are now back.)


Steve
dunham@cse.msu.edu


Reply to: