DDB_ONPANIC now needs a number.
This commit is contained in:
parent
bd22d9d0f1
commit
bd48e83999
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: NONPLUS,v 1.32 2002/01/27 13:23:27 jdolecek Exp $
|
||||
# $NetBSD: NONPLUS,v 1.33 2002/03/20 18:43:53 eeh Exp $
|
||||
|
||||
include "arch/sparc64/conf/std.sparc64"
|
||||
|
||||
|
@ -68,7 +68,7 @@ options NFS_BOOT_BOOTPARAM
|
|||
## intercept. DDB_HISTORY_SIZE adds up/down arrow command history.
|
||||
options DDB # kernel dynamic debugger
|
||||
options DDB_HISTORY_SIZE=100 # enable history editing in DDB
|
||||
options DDB_ONPANIC # see also sysctl(8): `ddb.onpanic'
|
||||
options DDB_ONPANIC=1 # see also sysctl(8): `ddb.onpanic'
|
||||
|
||||
## You may also use gdb, on another computer connected to this machine over
|
||||
## a serial port. Both KGDB_DEV and KGDB_DEVRATE should be specified;
|
||||
|
|
Loading…
Reference in New Issue