cvs commit: src/gnu/usr.bin/gdb/kgdb Makefile kgdb.h kld.c kthr.c
main.c trgt.c trgt_i386.c
John Baldwin
jhb at FreeBSD.org
Mon Feb 25 22:20:13 UTC 2008
jhb 2008-02-25 22:20:13 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
gnu/usr.bin/gdb/kgdb Makefile kgdb.h kthr.c main.c trgt.c
trgt_i386.c
Added files: (Branch: RELENG_6)
gnu/usr.bin/gdb/kgdb kld.c
Log:
MFC: Mostly sync kgdb with HEAD including the following changes:
- Add a new 'add-kld <kld>' command to locate a kld and load its symbols.
- If the quiet flag is specified, don't dump the unread portion of the
message buffer on startup.
- Remove the warnx() from kgdb_lookup() and add it in callers where a
failed lookup is warning worthy.
- Add a shared library backend for kernel files that treats klds as shared
libraries and auto-load symbols for klds on startup.
- Build a section table from the kernel file so that 'info files' output
looks sane.
Revision Changes Path
1.6.2.1 +1 -1 src/gnu/usr.bin/gdb/kgdb/Makefile
1.2.2.5 +5 -0 src/gnu/usr.bin/gdb/kgdb/kgdb.h
1.6.4.1 +479 -0 src/gnu/usr.bin/gdb/kgdb/kld.c (new)
1.2.2.7 +7 -5 src/gnu/usr.bin/gdb/kgdb/kthr.c
1.7.2.5 +6 -5 src/gnu/usr.bin/gdb/kgdb/main.c
1.2.2.4 +13 -5 src/gnu/usr.bin/gdb/kgdb/trgt.c
1.2.2.3 +3 -1 src/gnu/usr.bin/gdb/kgdb/trgt_i386.c
More information about the cvs-src
mailing list