summaryrefslogtreecommitdiffstats
path: root/sys/ia64/conf/GENERIC
diff options
context:
space:
mode:
authoravg <avg@FreeBSD.org>2013-08-07 08:03:50 +0000
committeravg <avg@FreeBSD.org>2013-08-07 08:03:50 +0000
commit0255b9822448af835027e0605c9cec587d668fd6 (patch)
tree5072be419650d7a9c5c99fd33ad33d9c0f7241d4 /sys/ia64/conf/GENERIC
parent52419f21e1afeb0f8279f58d2615df810edd4018 (diff)
downloadFreeBSD-src-0255b9822448af835027e0605c9cec587d668fd6.zip
FreeBSD-src-0255b9822448af835027e0605c9cec587d668fd6.tar.gz
enable KDB_TRACE in GENERICs
KDB_TRACE is not an alternative to DDB/etc, they are complementary. So I do not see any reason to not enable KDB_TRACE by default. X-MFC after: never (change specific to head)
Diffstat (limited to 'sys/ia64/conf/GENERIC')
-rw-r--r--sys/ia64/conf/GENERIC2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ia64/conf/GENERIC b/sys/ia64/conf/GENERIC
index cb51617..9249265 100644
--- a/sys/ia64/conf/GENERIC
+++ b/sys/ia64/conf/GENERIC
@@ -66,7 +66,7 @@ options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B RT extensions
# Debugging support. Always need this:
options KDB # Enable kernel debugger support.
# For minimum debugger support (stable branch) use:
-#options KDB_TRACE # Print a stack trace for a panic.
+options KDB_TRACE # Print a stack trace for a panic.
# For full debugger support use this instead:
options DDB # Support DDB
options GDB # Support remote GDB
OpenPOWER on IntegriCloud