Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Feb 1996 06:47:15 EDT
From:      "Kaleb S. KEITHLEY" <kaleb@x.org>
To:        hackers@freefall.FreeBSD.org
Subject:   Re: Whither ddb 
Message-ID:  <199602241147.LAA01043@exalt.x.org>
In-Reply-To: Your message of Fri, 23 Feb 1996 18:16:54 EDT. <20401.825128214@time.cdrom.com> 

next in thread | previous in thread | raw e-mail | index | archive | help

Broadcast thanks to David Greenman, Nate Williams, Joerg Wunsch, Faried
Nawaz, and Jordan.

> > `man -k debug` hints at ddb. `man ddb` says it's a better replacement for 
> > kdb. I've built ddb support into my kernel?
> 
> I'm not sure about that question mark there - have you or haven't you?  :-)

I have.

> 
> `options DDB' is what you need to use to compile DDB into your kernel,
> at which point you can invoke it at any time by hitting ctrl-alt-esc.

Ah, I see. I haven't looked at the ddb man page in -stable or -current 
but the 2.1R ddb man page says nothing about this -- 'twould have saved
some trouble if it had.

> The system will also drop into the debugger automagically on panics,
> which is usually the primary use of it.

Except that the syscalls I've added don't cause a panic, so ctrl-alt-esc 
is a nice thing to know about. :-)

Regards.

--

Kaleb



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199602241147.LAA01043>