Date: Sun, 26 May 2002 19:45:39 -0700 From: "David O'Brien" <obrien@FreeBSD.ORG> To: Jun Kuriyama <kuriyama@imgsrc.co.jp> Cc: freebsd-current@FreeBSD.ORG Subject: Re: gdb breaks world Message-ID: <20020526194539.A13949@dragon.nuxi.com> In-Reply-To: <7mznyme3ts.wl@black.imgsrc.co.jp>; from kuriyama@imgsrc.co.jp on Mon, May 27, 2002 at 11:12:47AM %2B0900 References: <20020518125604.A72462@troutmask.apl.washington.edu> <20020519180529.A81591@troutmask.apl.washington.edu> <3CE8642A.E00F6663@mindspring.com> <200205220957.24351.dfr@nlsystems.com> <20020522115339.A81067@dragon.nuxi.com> <7mznyme3ts.wl@black.imgsrc.co.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, May 27, 2002 at 11:12:47AM +0900, Jun Kuriyama wrote: > At Wed, 22 May 2002 18:54:02 +0000 (UTC), > David O'Brien wrote: > > -ggdb means to use the most "expressive" debugging format the compiler > > knows about. You want -gstabs+ or -gstabs > > I cannot debug a kernel with -gstabs+ option. Any hints about this? > > % cd sys/i386/compile/WATERBLUE > % grep gdb ../../conf/WATERBLUE > makeoptions DEBUG=-gstabs+ #Build kernel with gdb(1) debug symbols Add it to COPTFLAGS. Why are you adding it to DEBUG? ``grep DEBUG /sys/conf/*.mk /sys/conf/Makefile.*'' shows DEBUG is not used this way. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020526194539.A13949>