Date: Sun, 28 Mar 1999 01:10:56 -0800 (PST) From: Greg Lehey <grog@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/vinum .gdbinit.crash Message-ID: <199903280910.BAA60660@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
grog 1999/03/28 01:10:56 PST Modified files: sys/modules/vinum .gdbinit.crash Log: Restructure the .gdbinit files: .gdbinit.crash contains a top-level .gdbinit suitable for debugging crash dumps .gdbinit.serial contains a top-level .gdbinit suitable for serial debugging Each of these two files reads the following files: .gdbinit.kernel: This file contains general macros suitable for kernel debugging. It is not related to vinum .gdbinit.vinum: This file contains macros specific to debugging vinum. .gdbinit.paths: Contains information about the location of the source and object files on the system. Revision Changes Path 1.3 +3 -644 src/sys/modules/vinum/.gdbinit.crash To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199903280910.BAA60660>