summaryrefslogtreecommitdiffstats
path: root/sys/amd64
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/amd64
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/amd64')
-rw-r--r--sys/amd64/conf/GENERIC4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index f546713..143f085 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -61,7 +61,9 @@ options AHD_REG_PRETTY_PRINT # Print register bitfields in debug
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