summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/conf
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2004-07-11 03:20:09 +0000
committermarcel <marcel@FreeBSD.org>2004-07-11 03:20:09 +0000
commitf18ce8babb57d9fbd9dd5249a808a2469de2fd84 (patch)
tree56b80eff7c5c1cf66b1a15943b188b96098055f4 /sys/sparc64/conf
parentae133c0e60cad6306644ad1d5e5e60e8fe20924a (diff)
downloadFreeBSD-src-f18ce8babb57d9fbd9dd5249a808a2469de2fd84.zip
FreeBSD-src-f18ce8babb57d9fbd9dd5249a808a2469de2fd84.tar.gz
Add options KDB and GDB. KDB takes on the function of what DDB used
to be. Both DDB and GDB specify which KDB backends to include.
Diffstat (limited to 'sys/sparc64/conf')
-rw-r--r--sys/sparc64/conf/GENERIC4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC
index acbb240..889fe33 100644
--- a/sys/sparc64/conf/GENERIC
+++ b/sys/sparc64/conf/GENERIC
@@ -59,7 +59,9 @@ options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
options PFIL_HOOKS # pfil(9) framework
# Debugging for use in -current
-options DDB #Enable the kernel debugger
+options KDB #Enable kernel debugger support
+options DDB #Support DDB
+options GDB #Support remote GDB
options INVARIANTS #Enable calls of extra sanity checking
options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
options WITNESS #Enable checks to detect deadlocks and cycles
OpenPOWER on IntegriCloud