Date: Fri, 28 Jan 2005 08:50:16 +0200 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: John <john@starfire.mn.org> Cc: freebsd-questions@freebsd.org Subject: Re: DDB? Debugging kernel? Message-ID: <20050128065016.GC1559@gothmog.gr> In-Reply-To: <20050127223905.A26395@starfire.mn.org> References: <20050127223905.A26395@starfire.mn.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2005-01-27 22:39, John <john@starfire.mn.org> wrote: > OK, folks - I've looked in the Handbook, and I've looked in _The > Complete FreeBSD_ and I just get more confused. > > Is the option DDB gone? If so, how do you get ddb functions like > db_readline into the kernel? _The Complete FreeBSD_ still describes > it, but the handbook doesn't mention it, and a "grep -i ddb *" in the > conf directory comes up empty. It's called KDB now. /usr/src/sys/conf/NOTES contains (among other KDB related options): # # Compile with kernel debugger related code. # options KDB
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050128065016.GC1559>