svn commit: r235150 - in head/sys: amd64/conf i386/conf
Brooks Davis
brooks at FreeBSD.org
Wed May 9 01:37:49 UTC 2012
Author: brooks
Date: Wed May 9 01:37:48 2012
New Revision: 235150
URL: http://svn.freebsd.org/changeset/base/235150
Log:
The DDB_CTF has little or nothing to do with the debugger so move it
next KDTRACE_HOOKS.
Modified:
head/sys/amd64/conf/GENERIC
head/sys/i386/conf/GENERIC
Modified: head/sys/amd64/conf/GENERIC
==============================================================================
--- head/sys/amd64/conf/GENERIC Wed May 9 00:56:51 2012 (r235149)
+++ head/sys/amd64/conf/GENERIC Wed May 9 01:37:48 2012 (r235150)
@@ -66,6 +66,7 @@ options CAPABILITIES # Capsicum capabi
options MAC # TrustedBSD MAC Framework
options KDTRACE_FRAME # Ensure frames are compiled in
options KDTRACE_HOOKS # Kernel DTrace hooks
+options DDB_CTF # Kernel ELF linker loads CTF data
options INCLUDE_CONFIG_FILE # Include this file in kernel
# Debugging support. Always need this:
@@ -75,7 +76,6 @@ options KDB # Enable kernel debugger
# For full debugger support use this instead:
options DDB # Support DDB.
options GDB # Support remote GDB.
-options DDB_CTF # kernel ELF linker loads CTF data
options DEADLKRES # Enable the deadlock resolver
options INVARIANTS # Enable calls of extra sanity checking
options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
Modified: head/sys/i386/conf/GENERIC
==============================================================================
--- head/sys/i386/conf/GENERIC Wed May 9 00:56:51 2012 (r235149)
+++ head/sys/i386/conf/GENERIC Wed May 9 01:37:48 2012 (r235150)
@@ -66,6 +66,7 @@ options CAPABILITY_MODE # Capsicum cap
options CAPABILITIES # Capsicum capabilities
options MAC # TrustedBSD MAC Framework
options KDTRACE_HOOKS # Kernel DTrace hooks
+options DDB_CTF # Kernel ELF linker loads CTF data
options INCLUDE_CONFIG_FILE # Include this file in kernel
# Debugging support. Always need this:
@@ -75,7 +76,6 @@ options KDB # Enable kernel debugger
# For full debugger support use this instead:
options DDB # Support DDB.
options GDB # Support remote GDB.
-options DDB_CTF # kernel ELF linker loads CTF data
options DEADLKRES # Enable the deadlock resolver
options INVARIANTS # Enable calls of extra sanity checking
options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
More information about the svn-src-head
mailing list