cvs commit: src/gnu/usr.bin/gdb/libgdb fbsd-threads.c
John Baldwin
jhb at FreeBSD.org
Tue Apr 29 17:47:25 UTC 2008
jhb 2008-04-29 17:47:25 UTC
FreeBSD src repository
Modified files:
gnu/usr.bin/gdb/libgdb fbsd-threads.c
Log:
- Add a global variable 'fbsdcoreops_suppress_target' that can be set to
force the FreeBSD multithreaded core target to not register any target
for handling core dumps. This is analogous to the
'coreops_suppress_target' variable that GDB provides for suppressing the
default core dump target. KGDB will use this new variable so it can
provide its own core dump target that uses libkvm to work with vmcore
files.
- Adjust the long name and documentation of the FreeBSD multithreaded core
dump target so it better matches what GDB's core dump target uses.
MFC after: 1 week
Reviewed by: davidxu, marcel
Revision Changes Path
1.17 +11 -2 src/gnu/usr.bin/gdb/libgdb/fbsd-threads.c
More information about the cvs-src
mailing list