Date: Tue, 29 Jan 2008 23:37:59 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/gdb/kgdb kgdb.h main.c trgt.c Message-ID: <200801292337.m0TNbxBl038474@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2008-01-29 23:37:59 UTC FreeBSD src repository Modified files: gnu/usr.bin/gdb/kgdb kgdb.h main.c trgt.c Log: Don't close the kernel bfd object during startup. Instead, leave it open and build a section table from the kernel file so that 'info files' output for kgdb now matches the usage of gdb on a regular file with the exception that we don't list sections for memory in the crash dump. Revision Changes Path 1.10 +1 -0 src/gnu/usr.bin/gdb/kgdb/kgdb.h 1.14 +0 -2 src/gnu/usr.bin/gdb/kgdb/main.c 1.9 +12 -5 src/gnu/usr.bin/gdb/kgdb/trgt.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801292337.m0TNbxBl038474>