From owner-freebsd-stable Mon Jan 22 13:45:23 2001 Delivered-To: freebsd-stable@freebsd.org Received: from sttlpop5.sttl.uswest.net (sttlpop5.sttl.uswest.net [206.81.192.5]) by hub.freebsd.org (Postfix) with SMTP id A7FE237B69F for ; Mon, 22 Jan 2001 13:45:03 -0800 (PST) Received: (qmail 26392 invoked by alias); 22 Jan 2001 21:45:02 -0000 Delivered-To: fixup-freebsd-stable@freebsd.org@fixme Received: (qmail 26339 invoked by uid 0); 22 Jan 2001 21:45:01 -0000 Received: from www.a6l.net (HELO a6l.net) (63.229.13.49) by sttlpop5.sttl.uswest.net with SMTP; 22 Jan 2001 21:45:01 -0000 Received: (qmail 62232 invoked by uid 1002); 22 Jan 2001 21:45:18 -0000 To: "Chris Faulhaber" Cc: freebsd-stable@freebsd.org Subject: Re: building a debug world References: <85r91v7741.fsf@diablo.in.a6l.net> <20010122141949.B51247@peitho.fxp.org> From: Kevin Mills Date: 22 Jan 2001 13:45:17 -0800 In-Reply-To: "Chris Faulhaber"'s message of "Mon, 22 Jan 2001 14:19:49 -0500" Message-ID: <85ofwzntw2.fsf@diablo.in.a6l.net> Lines: 23 X-Mailer: Gnus v5.5/XEmacs 20.4 - "Emerald" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Chris Faulhaber" writes: > On Mon, Jan 22, 2001 at 10:51:42AM -0800, Kevin Mills wrote: > > > > I just got through building my world and my kernel using "-g", hoping > > that I would be able to step into system calls and the like. This doesn't > > seem to be the case - attempting to step into "printf()", for example, > > produced the same behavior as in a non-debug world. > > > > How do I go about making this work? > > > > You also probably don't want to strip the binaries > hint: STRIP= OK... is there somewhere I can set this globally? I did a quick grep and didn't find many Makefiles with STRIP defined. Mostly contrib/bind and a few other places under gnu/usr.bin. Am I looking in the right place(s)? Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message