PERFORCE change 135422 for review

John Birrell jb at FreeBSD.org
Thu Feb 14 18:46:09 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=135422

Change 135422 by jb at jb_freebsd1 on 2008/02/15 02:45:51

	Add the DDB_CTF option to get CTF data loaded.
	
	On i386, buffer my printfs plz. k. thks.

Affected files ...

.. //depot/projects/dtrace/src/sys/amd64/conf/GENERIC#33 edit
.. //depot/projects/dtrace/src/sys/i386/conf/GENERIC#30 edit

Differences ...

==== //depot/projects/dtrace/src/sys/amd64/conf/GENERIC#33 (text+ko) ====

@@ -70,6 +70,7 @@
 # Debugging for use in -current
 options 	KDB			# Enable kernel debugger support.
 options 	DDB			# Support DDB.
+options 	DDB_CTF			# Load CTF data too.
 options 	GDB			# Support remote GDB.
 options 	INVARIANTS		# Enable calls of extra sanity checking
 options 	INVARIANT_SUPPORT	# Extra sanity checks of internal structures, required by INVARIANTS

==== //depot/projects/dtrace/src/sys/i386/conf/GENERIC#30 (text+ko) ====

@@ -63,11 +63,13 @@
 options 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev
 options 	STOP_NMI		# Stop CPUS using NMI instead of IPI
 options 	AUDIT			# Security event auditing
+options 	PRINTF_BUFR_SIZE=128    # Prevent printf output being interspersed.
 options 	KDTRACE_HOOKS		# DTrace hooks required to load DTrace modules
 
 # Debugging for use in -current
 options 	KDB			# Enable kernel debugger support.
 options 	DDB			# Support DDB.
+options 	DDB_CTF			# Load CTF data too.
 options 	GDB			# Support remote GDB.
 options 	INVARIANTS		# Enable calls of extra sanity checking
 options 	INVARIANT_SUPPORT	# Extra sanity checks of internal structures, required by INVARIANTS


More information about the p4-projects mailing list