Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Mar 2005 07:42:35 GMT
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 73441 for review
Message-ID:  <200503180742.j2I7gZ92068946@repoman.freebsd.org>

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

Change 73441 by jmallett@jmallett_windward on 2005/03/18 07:41:30

	I'm not ready for KDB+DDB.  I'm going to want to rewrite all the
	support for that stuff, give or take.

Affected files ...

.. //depot/projects/mips/sys/mips/conf/GENERIC#16 edit
.. //depot/projects/mips/sys/mips/conf/INDY#15 edit

Differences ...

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

@@ -20,7 +20,6 @@
 device		arcs			#ARCS Firmware + Console
 
 # Debugging for use in -current
-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

==== //depot/projects/mips/sys/mips/conf/INDY#15 (text+ko) ====

@@ -25,7 +25,6 @@
 device		gio			#GIO bus.
 
 # Debugging for use in -current
-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?200503180742.j2I7gZ92068946>