Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Jun 2012 18:20:27 +0000 (UTC)
From:      Attilio Rao <attilio@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r237450 - projects/amd64_xen_pv/sys/amd64/conf
Message-ID:  <201206221820.q5MIKRnB093098@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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