Date: Thu, 27 Jul 2006 18:56:05 +0800 From: "Intron" <mag@intron.ac> To: freebsd-hackers@freebsd.org Subject: How to Use ddb(4)? Message-ID: <1153997829.12770@origin.intron.ac>
next in thread | raw e-mail | index | archive | help
I have add relevant options into my kernel (7.0-CURRENT) configuration
file:
makeoptions DEBUG=-g
options KDB
options DDB
options GDB
options INVARIANTS
options INVARIANT_SUPPORT
options WITNESS
options WITNESS_SKIPSPIN
When kernel panics, the prompt "db>" will appear. But at this time
I cannot control my computer with keyboard any longer. What's wrong
with me?
In my mind, both 7.0-CURRENT and 6.x-STABLE halt a year ago are
all right in ddb(4).
By the way, the loader(8) option "-a" (to let user decide which file
system is taken as root file system) is also unusable.
------------------------------------------------------------------------
From Beijing, China
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1153997829.12770>
