Ahem, actually add the DDB_TRACE option and finish changing DDB_UNATTENDED

to use its own header.
This commit is contained in:
John Baldwin 2002-09-19 18:52:37 +00:00
parent e485b64b08
commit 0be15dec9a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=103648
2 changed files with 7 additions and 1 deletions

View File

@ -215,6 +215,11 @@ options DDB
#
#!options DDB_NOKLDSYM
#
# Print a stack trace of the current thread out on the console for a panic.
#
options DDB_TRACE
#
# Don't drop into DDB for a panic. Intended for unattended operation
# where you may want to drop to DDB from the console, but still want

View File

@ -83,7 +83,8 @@ CY_PCI_FASTINTR
CONSPEED opt_comconsole.h
DDB
DDB_NOKLDSYM opt_ddb.h
DDB_UNATTENDED opt_ddb.h
DDB_TRACE
DDB_UNATTENDED
GDB_REMOTE_CHAT opt_ddb.h
GDBSPEED opt_ddb.h
GEOM