summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/conf/GENERIC
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sparc64/conf/GENERIC')
-rw-r--r--sys/sparc64/conf/GENERIC5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC
index 20ecdf7..66af137 100644
--- a/sys/sparc64/conf/GENERIC
+++ b/sys/sparc64/conf/GENERIC
@@ -63,8 +63,11 @@ options AUDIT # Security event auditing
options MAC # TrustedBSD MAC Framework
options INCLUDE_CONFIG_FILE # Include this file in kernel
-# Debugging for use in -current
+# 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.
+# For full debugger support use this instead:
options DDB # Support DDB.
options GDB # Support remote GDB.
options DEADLKRES # Enable the deadlock resolver
OpenPOWER on IntegriCloud