From owner-cvs-src@FreeBSD.ORG Mon Nov 3 22:38:38 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 C1FA016A4CE; Mon, 3 Nov 2003 22:38:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3ED243FDD; Mon, 3 Nov 2003 22:38:37 -0800 (PST) (envelope-from green@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hA46cbXJ075678; Mon, 3 Nov 2003 22:38:37 -0800 (PST) (envelope-from green@repoman.freebsd.org) Received: (from green@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hA46cb1I075677; Mon, 3 Nov 2003 22:38:37 -0800 (PST) (envelope-from green) Message-Id: <200311040638.hA46cb1I075677@repoman.freebsd.org> From: Brian Feldman Date: Mon, 3 Nov 2003 22:38:37 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf kern.post.mk src/tools/debugscripts dot.gdbinit src/usr.sbin/asf asf.8 asf.c 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: Tue, 04 Nov 2003 06:38:38 -0000 green 2003/11/03 22:38:37 PST FreeBSD src repository Modified files: sys/conf kern.post.mk tools/debugscripts dot.gdbinit usr.sbin/asf asf.8 asf.c Log: Add a "-f" flag for asf(8) which performs a search to find the each module no matter where in the directory structure it may be. Use this and the "-k" flag in the generated gdbinit files so that the "getsyms" function in gdb requires no user intervention to run and will find every module if they're in the kernel build's module directory. This is still quite useful for cases where gdb knows that the path for some modules is /boot/kernel and others are in the object directory for /usr/src/sys/$ARCH/compile/kernel. Approved by: grog Revision Changes Path 1.50 +1 -1 src/sys/conf/kern.post.mk 1.5 +1 -4 src/tools/debugscripts/dot.gdbinit 1.5 +9 -2 src/usr.sbin/asf/asf.8 1.6 +119 -20 src/usr.sbin/asf/asf.c