Date: Sat, 6 Aug 2005 19:07:08 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/gdb/kgdb main.c Message-ID: <200508061907.j76J78NB015696@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2005-08-06 19:07:08 UTC FreeBSD src repository Modified files: gnu/usr.bin/gdb/kgdb main.c Log: 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. MFC after: 1 week Revision Changes Path 1.8 +58 -6 src/gnu/usr.bin/gdb/kgdb/main.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508061907.j76J78NB015696>