Ahem, actually add the DDB_TRACE option and finish changing DDB_UNATTENDED
to use its own header.
This commit is contained in:
parent
e485b64b08
commit
0be15dec9a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=103648
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user