Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Feb 2008 02:46:08 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 135422 for review
Message-ID:  <200802150246.m1F2k8vb082492@repoman.freebsd.org>

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

Change 135422 by jb@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



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