Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 May 2003 13:44:35 -0700 (PDT)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 30814 for review
Message-ID:  <200305082044.h48KiZVV081051@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=30814

Change 30814 by jmallett@jmallett_dalek on 2003/05/08 13:44:27

	Uncomment DDB since it's compiled in and the like, though
	it's exploding nicely for me.

Affected files ...

.. //depot/projects/mips/sys/mips/conf/GENERIC#14 edit

Differences ...

==== //depot/projects/mips/sys/mips/conf/GENERIC#14 (text+ko) ====

@@ -23,7 +23,7 @@
 					#structures.  Disable for IP22.
 
 # Debugging for use in -current
-#options 	DDB			#Enable the kernel debugger
+options 	DDB			#Enable the kernel debugger
 options 	INVARIANTS		#Enable calls of extra sanity checking
 options 	INVARIANT_SUPPORT	#Extra sanity checks of internal structures, required by INVARIANTS
 options 	WITNESS			#Enable checks to detect deadlocks and cycles



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