From 0255b9822448af835027e0605c9cec587d668fd6 Mon Sep 17 00:00:00 2001 From: avg Date: Wed, 7 Aug 2013 08:03:50 +0000 Subject: 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) --- sys/ia64/conf/GENERIC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/ia64/conf/GENERIC') 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 -- cgit v1.1