From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Tromey To: Jimmy Guo Cc: Tom Tromey , gdb-patches@sourceware.cygnus.com Subject: Re: Patch: gdb -vs- Debian 2.0 Date: Fri, 19 Nov 1999 10:00:00 -0000 Message-id: <199911191800.KAA19976@ferrule.cygnus.com> References: <8766yzgg67.fsf@cygnus.com> X-SW-Source: 1999-q4/msg00296.html Jimmy> One more bit of information -- gdb used to compile on Linux Jimmy> Redhat 5.1 (the PC cannot be upgraded to more recent versions Jimmy> due to onboard SCSI controller <-> Linux driver problem), but Jimmy> some time ago quite recently I have to compile gdb on Linux Jimmy> Redhat 6.0, probably due to the same change Tom's patch is Jimmy> trying to fix. Was the problem that PTRACE_GETREGS was not defined? If so, then that is a slightly different problem, with a slightly different fix. PTRACE_GETREGS is defined on my machine, it just doesn't work. Tom