cvs commit: src/gnu/usr.bin/gdb/kgdb kgdb.h main.c trgt.c
John Baldwin
jhb at FreeBSD.org
Tue Jan 29 15:37:59 PST 2008
jhb 2008-01-29 23:37:59 UTC
FreeBSD src repository
Modified files:
gnu/usr.bin/gdb/kgdb kgdb.h main.c trgt.c
Log:
Don't close the kernel bfd object during startup. Instead, leave it open
and build a section table from the kernel file so that 'info files' output
for kgdb now matches the usage of gdb on a regular file with the exception
that we don't list sections for memory in the crash dump.
Revision Changes Path
1.10 +1 -0 src/gnu/usr.bin/gdb/kgdb/kgdb.h
1.14 +0 -2 src/gnu/usr.bin/gdb/kgdb/main.c
1.9 +12 -5 src/gnu/usr.bin/gdb/kgdb/trgt.c
More information about the cvs-src
mailing list