summaryrefslogtreecommitdiffstats
path: root/sys/alpha
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2004-07-11 03:03:48 +0000
committermarcel <marcel@FreeBSD.org>2004-07-11 03:03:48 +0000
commit1e1397ba133370922754db6932f68a3d8c561237 (patch)
treed075c0a7efc65c2c0c0ddb44f403d6d1f6ae1968 /sys/alpha
parentcd89d3f759377a4fa075a29585bf538b32cf0fd5 (diff)
downloadFreeBSD-src-1e1397ba133370922754db6932f68a3d8c561237.zip
FreeBSD-src-1e1397ba133370922754db6932f68a3d8c561237.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/alpha')
-rw-r--r--sys/alpha/conf/GENERIC4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC
index 5cfb403..9964efb 100644
--- a/sys/alpha/conf/GENERIC
+++ b/sys/alpha/conf/GENERIC
@@ -72,7 +72,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