summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2012-05-09 01:37:48 +0000
committerbrooks <brooks@FreeBSD.org>2012-05-09 01:37:48 +0000
commitcf039ecfbba42330c58deb861dd983ccbabde733 (patch)
tree36dd8491f1963429d8ea5437e3f45af2e33948fc /sys/i386/conf
parent1e276e2841745d5cc243f00bba120847f9bb3658 (diff)
downloadFreeBSD-src-cf039ecfbba42330c58deb861dd983ccbabde733.zip
FreeBSD-src-cf039ecfbba42330c58deb861dd983ccbabde733.tar.gz
The DDB_CTF has little or nothing to do with the debugger so move it
next KDTRACE_HOOKS.
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/GENERIC2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 58b66a1..dade51e 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -66,6 +66,7 @@ options CAPABILITY_MODE # Capsicum capability mode
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 support.
# 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
OpenPOWER on IntegriCloud