Date: Sun, 28 Mar 1999 01:12:17 -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.kernel .gdbinit.vinum .gdbinit.vinum.paths Makefile Message-ID: <199903280912.BAA60804@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
grog 1999/03/28 01:12:17 PST Modified files: sys/modules/vinum Makefile Added files: sys/modules/vinum .gdbinit.kernel .gdbinit.vinum .gdbinit.vinum.paths 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.12 +1 -1 src/sys/modules/vinum/Makefile 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?199903280912.BAA60804>