Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/pmax/conf Add some debug options to help find why t...



details:   https://anonhg.NetBSD.org/src/rev/d8f7acc837f3
branches:  trunk
changeset: 943298:d8f7acc837f3
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Aug 30 07:09:02 2020 +0000

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

XXX turn off on release branch

diffstat:

 sys/arch/pmax/conf/GENERIC |  11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diffs (32 lines):

diff -r 310f156526fd -r d8f7acc837f3 sys/arch/pmax/conf/GENERIC
--- a/sys/arch/pmax/conf/GENERIC        Sun Aug 30 07:08:13 2020 +0000
+++ b/sys/arch/pmax/conf/GENERIC        Sun Aug 30 07:09:02 2020 +0000
@@ -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 @@
 
 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 @@
 # 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



Home | Main Index | Thread Index | Old Index