From owner-cvs-src@FreeBSD.ORG Fri Jun 6 18:01:43 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A693437B401; Fri, 6 Jun 2003 18:01:42 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8070A43FBD; Fri, 6 Jun 2003 18:01:42 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h5711g0U086605; Fri, 6 Jun 2003 18:01:42 -0700 (PDT) (envelope-from grog@repoman.freebsd.org) Received: (from grog@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h5711gKC086604; Fri, 6 Jun 2003 18:01:42 -0700 (PDT) Message-Id: <200306070101.h5711gKC086604@repoman.freebsd.org> From: Greg Lehey Date: Fri, 6 Jun 2003 18:01:42 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/debugscripts dot.gdbinit gdbinit.i386 gdbinit.kernel gdbinit.vinum X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Jun 2003 01:01:44 -0000 grog 2003/06/06 18:01:42 PDT FreeBSD src repository Added files: tools/debugscripts dot.gdbinit gdbinit.i386 gdbinit.kernel gdbinit.vinum Log: Add macros for kernel debugging. These have been around for a while, and they will need some more tuning before they're really useful, but at the moment they're better than nothing. Indirectly reminded by: dwhite Revision Changes Path 1.1 +44 -0 src/tools/debugscripts/dot.gdbinit (new) 1.1 +386 -0 src/tools/debugscripts/gdbinit.i386 (new) 1.1 +340 -0 src/tools/debugscripts/gdbinit.kernel (new) 1.1 +334 -0 src/tools/debugscripts/gdbinit.vinum (new)