cvs commit: src/gnu/usr.bin/gdb/kgdb main.c
Marcel Moolenaar
marcel at FreeBSD.org
Tue Aug 16 00:29:28 GMT 2005
marcel 2005-08-16 00:29:26 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
gnu/usr.bin/gdb/kgdb main.c
Log:
MFC 1.8:
o As mentioned in the previous commit: make the KVM error buffer
static.
o Register a function with atexit(3) to close the KVM object if
we have one open.
o Show the unread portion of the kernel's message buffer before
presenting the prompt. It's bound to provide some useful info.
o Don't call kgdb_target() twice. It results in having all threads
listed twice.
Approved by: re (hrs)
Revision Changes Path
1.7.2.1 +58 -6 src/gnu/usr.bin/gdb/kgdb/main.c
More information about the cvs-src
mailing list