From owner-freebsd-hackers Fri Feb 23 16:35:57 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA24053 for hackers-outgoing; Fri, 23 Feb 1996 16:35:57 -0800 (PST) Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id QAA24046 for ; Fri, 23 Feb 1996 16:35:54 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by Root.COM (8.6.12/8.6.5) with SMTP id QAA03638; Fri, 23 Feb 1996 16:35:58 -0800 Message-Id: <199602240035.QAA03638@Root.COM> X-Authentication-Warning: implode.Root.COM: Host localhost didn't use HELO protocol To: "Kaleb S. KEITHLEY" cc: hackers@freefall.FreeBSD.org Subject: Re: Whither ddb In-reply-to: Your message of "Fri, 23 Feb 1996 19:21:56 EDT." <199602240021.AAA00739@exalt.x.org> From: David Greenman Reply-To: davidg@Root.COM Date: Fri, 23 Feb 1996 16:35:58 -0800 Sender: owner-hackers@FreeBSD.ORG Precedence: bulk >Color me ignorant. I've jumped into kernel hacking on my 2.1R system >with both feet and but now I've run into a roadblock. > >`man -k debug` hints at ddb. `man ddb` says it's a better replacement for >kdb. I've built ddb support into my kernel? Is there supposed to be a >separate ddb program? If so there's no such beast on my system. A cursory >look at FreeBSD-stable on WC didn't reveal sources for a separate ddb >program either. The ddb man page says a lot about how to use ddb once >running but??? > >What exactly is the strategy for debugging a kernel? Either use the debugger escape sequence (ctrl-alt-esc or ctrl-printscrn), or wait for the system to panic - it will drop into the debugger at that time. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project