svn commit: r210026 - head/sys/mips/conf

Warner Losh imp at FreeBSD.org
Tue Jul 13 22:27:19 UTC 2010


Author: imp
Date: Tue Jul 13 22:27:19 2010
New Revision: 210026
URL: http://svn.freebsd.org/changeset/base/210026

Log:
  Temp hack to N32 kernel: turn off debugger since n32 is too weird for ddb

Modified:
  head/sys/mips/conf/XLRN32

Modified: head/sys/mips/conf/XLRN32
==============================================================================
--- head/sys/mips/conf/XLRN32	Tue Jul 13 21:24:08 2010	(r210025)
+++ head/sys/mips/conf/XLRN32	Tue Jul 13 22:27:19 2010	(r210026)
@@ -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


More information about the svn-src-all mailing list