Date: Tue, 16 Aug 2005 00:29:26 +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: <200508160029.j7G0TQtI007665@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508160029.j7G0TQtI007665>