From owner-cvs-all Sun Mar 28 1:12:36 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 CAFE214CE2; Sun, 28 Mar 1999 01:12:34 -0800 (PST) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA60804; Sun, 28 Mar 1999 01:12:17 -0800 (PST) (envelope-from grog@FreeBSD.org) Message-Id: <199903280912.BAA60804@freefall.freebsd.org> From: Greg Lehey Date: Sun, 28 Mar 1999 01:12:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/vinum .gdbinit.kernel .gdbinit.vinum .gdbinit.vinum.paths Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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