Add some debug options to help find why the automated tests are failing.

XXX turn off on release branch
This commit is contained in:
skrll 2020-08-30 07:09:02 +00:00
parent 41655ae023
commit c0fe0ae21d
1 changed files with 6 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.202 2020/08/30 07:08:13 skrll Exp $
# $NetBSD: GENERIC,v 1.203 2020/08/30 07:09:02 skrll Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/pmax/conf/std.pmax"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.202 $"
#ident "GENERIC-$Revision: 1.203 $"
maxusers 64
@ -46,9 +46,10 @@ makeoptions DEBUG="-g"
# Standard system options
options DDB # in-kernel debugger
options DDB_HISTORY_SIZE=512 # enable history editing in DDB
options DDB_ONPANIC=0 # don't enter debugger on panic
#options DIAGNOSTIC # extra kernel debugging checks
#options DEBUG # extra kernel debugging support
options DDB_ONPANIC=1 # don't enter debugger on panic
options DDB_COMMANDONENTER="trace;show registers"
options DIAGNOSTIC # extra kernel debugging checks
options DEBUG # extra kernel debugging support
#options LOCKDEBUG
#options VMFAULT_TRACE
#options PMAP_FAULTINFO