[931] in NetBSD-Development
options X_PUNTS_DDB
daemon@ATHENA.MIT.EDU (John Hawkinson)
Wed Aug 2 10:59:45 1995
Date: Wed, 2 Aug 95 10:54:45 -0400
To: netbsd-dev@MIT.EDU
From: John Hawkinson <jhawk@MIT.EDU>
Is now in our source tree, and granola's kernel has been built
with it.
This option causes panic() to check if X has the current vc
before going to DDB, and punting DDB if we're under X.
Hopefully this means we'll get a dump from granola's kernel the next
time it crashes, if all goes well.
I don't think this will help for non-panic related stuff (vm_faults?)
but it should be a good start.
--jhawk