aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64/conf
diff options
context:
space:
mode:
authorKen Smith <kensmith@FreeBSD.org>2011-10-27 13:07:49 +0000
committerKen Smith <kensmith@FreeBSD.org>2011-10-27 13:07:49 +0000
commit6168545a11fcd91233478e967d2a6039044d8ee0 (patch)
tree2a4b14484ef74dde3c9b38418635f95e6434d906 /sys/sparc64/conf
parent3bedc940698e5c70fb2bee7dfad582abfeebd77e (diff)
downloadsrc-6168545a11fcd91233478e967d2a6039044d8ee0.tar.gz
src-6168545a11fcd91233478e967d2a6039044d8ee0.zip
Adjust the debugger options slightly. This should help me do the right
thing when changing the debugging options as part of head becoming a new stable branch. It may also help people who for one reason or another want to run head but don't want it slowed down by the debugging support. Reviewed by: kib
Notes
Notes: svn path=/head/; revision=226835
Diffstat (limited to 'sys/sparc64/conf')
-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 20ecdf7c5d32..66af137bcf15 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