From owner-cvs-all Sun Mar 28 1:11:15 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C5A0814CE2; Sun, 28 Mar 1999 01:11:13 -0800 (PST) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA60660; Sun, 28 Mar 1999 01:10:56 -0800 (PST) (envelope-from grog@FreeBSD.org) Message-Id: <199903280910.BAA60660@freefall.freebsd.org> From: Greg Lehey Date: Sun, 28 Mar 1999 01:10:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/vinum .gdbinit.crash Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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