summaryrefslogtreecommitdiffstats
path: root/sys/mips/conf/XLRN32
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2010-07-13 22:27:19 +0000
committerimp <imp@FreeBSD.org>2010-07-13 22:27:19 +0000
commitd6f01eeb93e07f57c1455a095a6596d263306ee5 (patch)
treec4418b2dcd9a95c85a106afea03eac6f51874d6f /sys/mips/conf/XLRN32
parent2723d2a7b509e8f877faa98cd6e1e107cfed5183 (diff)
downloadFreeBSD-src-d6f01eeb93e07f57c1455a095a6596d263306ee5.zip
FreeBSD-src-d6f01eeb93e07f57c1455a095a6596d263306ee5.tar.gz
Temp hack to N32 kernel: turn off debugger since n32 is too weird for ddb
Diffstat (limited to 'sys/mips/conf/XLRN32')
-rw-r--r--sys/mips/conf/XLRN328
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/mips/conf/XLRN32 b/sys/mips/conf/XLRN32
index 0393aef..da7d2b0 100644
--- a/sys/mips/conf/XLRN32
+++ b/sys/mips/conf/XLRN32
@@ -64,10 +64,10 @@ options NO_SWAPPING
#Debugging options
options KTRACE # ktrace(1) support
-options DDB
-options KDB
-options GDB
-options ALT_BREAK_TO_DEBUGGER
+#options DDB
+#options KDB
+#options GDB
+#options ALT_BREAK_TO_DEBUGGER
#options DEADLKRES #Enable the deadlock resolver
options INVARIANTS #Enable calls of extra sanity checking
options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
OpenPOWER on IntegriCloud