svn commit: r237450 - projects/amd64_xen_pv/sys/amd64/conf

Attilio Rao attilio at FreeBSD.org
Fri Jun 22 18:20:27 UTC 2012


Author: attilio
Date: Fri Jun 22 18:20:26 2012
New Revision: 237450
URL: http://svn.freebsd.org/changeset/base/237450

Log:
  Add KTR_TRACE to the XEN kernel config.
  This is now capable of showing a backtrace of offending functions on the
  emergency console.

Modified:
  projects/amd64_xen_pv/sys/amd64/conf/XEN

Modified: projects/amd64_xen_pv/sys/amd64/conf/XEN
==============================================================================
--- projects/amd64_xen_pv/sys/amd64/conf/XEN	Fri Jun 22 18:18:49 2012	(r237449)
+++ projects/amd64_xen_pv/sys/amd64/conf/XEN	Fri Jun 22 18:20:26 2012	(r237450)
@@ -46,6 +46,7 @@ options 	AUDIT			# Security event auditi
 
 # Debugging for use in -current
 options 	KDB			# Enable kernel debugger support.
+options 	KDB_TRACE		# Show backtrace when inovking KDB.
 options 	DDB			# Support DDB.
 options 	GDB			# Support remote GDB.
 options 	DEADLKRES		# Enable the deadlock resolver


More information about the svn-src-projects mailing list