freebsd-src/gnu/usr.bin/gdb
Peter Wemm 4f71948c41 Attempt to patch up gdb so that it has a chance of working with the new
UPAGES layout.. it was entirely too comfortable with reading and writing
the U area before.  I've changed it to use PT_GETREGS/PT_PUTREGS
ptrace ops instead of READ_U etc.  The code to read the registers from
core dumps is a bandaid at best.  It seems to have problems reading
core dumps from dynamic linked executables still, but at least static
dumps work.

I desperately need help from a gdb/bfd expert. :-)  HELP!!
1997-04-07 08:08:20 +00:00
..
bfd changes required in the bfd directory for making gdb 1997-01-15 22:28:25 +00:00
doc Simplify it using SRCDIR 1997-01-16 17:58:14 +00:00
gdb Attempt to patch up gdb so that it has a chance of working with the new 1997-04-07 08:08:20 +00:00
libiberty Oops, the last commit shouldn't have removed floatformat.c. 1997-02-15 16:24:41 +00:00
Makefile changes required in the top-level directory for making gdb 1997-01-15 22:26:11 +00:00
Makefile.inc Protect against multiple inclusion (All the CFLAGS+= items make the cc 1997-03-29 10:29:40 +00:00