From owner-cvs-src@FreeBSD.ORG Fri Jun 6 18:15:07 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 D537237B401; Fri, 6 Jun 2003 18:15:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7381943F75; Fri, 6 Jun 2003 18:15:07 -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 h571F70U088067; Fri, 6 Jun 2003 18:15:07 -0700 (PDT) (envelope-from grog@repoman.freebsd.org) Received: (from grog@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h571F7W1088066; Fri, 6 Jun 2003 18:15:07 -0700 (PDT) Message-Id: <200306070115.h571F7W1088066@repoman.freebsd.org> From: Greg Lehey Date: Fri, 6 Jun 2003 18:15:07 -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 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:15:08 -0000 grog 2003/06/06 18:15:07 PDT FreeBSD src repository Modified files: tools/debugscripts dot.gdbinit Log: Modify startup mode: don't specify the file name for the debug kernel, so it needs to be (and can be) specified on the command line. Don't try to automatically connect to a remote machine, so that the same .gdbinit file can be used for analysing processor dumps. Revision Changes Path 1.2 +3 -5 src/tools/debugscripts/dot.gdbinit