From owner-freebsd-current@FreeBSD.ORG Wed Feb 16 17:59:52 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64BB116A4CE for ; Wed, 16 Feb 2005 17:59:52 +0000 (GMT) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4589643D54 for ; Wed, 16 Feb 2005 17:59:52 +0000 (GMT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 3699F72DD4; Wed, 16 Feb 2005 09:59:52 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 31EEA72DCB; Wed, 16 Feb 2005 09:59:52 -0800 (PST) Date: Wed, 16 Feb 2005 09:59:52 -0800 (PST) From: Doug White To: Gary Jennejohn In-Reply-To: <200502161323.j1GDNALk004805@peedub.jennejohn.org> Message-ID: <20050216095841.K39556@carver.gumbysoft.com> References: <200502161323.j1GDNALk004805@peedub.jennejohn.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Christian Jachmann cc: freebsd-current@freebsd.org cc: Emil Mikulic Subject: Re: Where is my debugging information? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Feb 2005 17:59:52 -0000 On Wed, 16 Feb 2005, Gary Jennejohn wrote: > > Christian Jachmann writes: > > > makeoptions DEBUG=-g still works fine. It's in NOTES as of about an > > > > lets see: > > > [big snip] > > It's in /sys/conf, NOT /sys/${ARCH}/conf! > > garyj:peedub:~:bash:16> grep makeoption /sys/conf/* > /sys/conf/NOTES:#makeoptions DEBUG=-g #Build kernel with gdb(1) debug > symbols "make LINT" in sys/$ARCH/conf will glue the appropriate NOTES files for your platform together. I think it strips commments but it can save a little searching. -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org