Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jul 2010 22:27:19 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r210026 - head/sys/mips/conf
Message-ID:  <201007132227.o6DMRJLf073791@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007132227.o6DMRJLf073791>