summaryrefslogtreecommitdiffstats
path: root/sys/conf/options
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2004-07-11 01:44:07 +0000
committermarcel <marcel@FreeBSD.org>2004-07-11 01:44:07 +0000
commit8d6c4e9703e70c85e56a48732e04130d52f15c34 (patch)
tree243f95f10e13fee637cf11f469c8d2a0d0e5272d /sys/conf/options
parenta0cdda068d90c8766082a029675ec939f8aa6840 (diff)
downloadFreeBSD-src-8d6c4e9703e70c85e56a48732e04130d52f15c34.zip
FreeBSD-src-8d6c4e9703e70c85e56a48732e04130d52f15c34.tar.gz
Update for the KDB framework:
o Rename WITNESS_DDB to WITNESS_KDB. In the new world order KDB is the acronym to use for debugging related code. The DDB option is used to enable the DDB debugger backend only. o Likewise, rename DDB_TRACE to KDB_TRACE, rename DDB_UNATTENDED to KDB_UNATTENDED and rename SC_HISTORY_DDBKEY to SC_HISTORY_KDBKEY. o Remove DDB_NOKLDSYM. The new DDB backend supports pre-linker symbol lookups as well as KLD symbol lookups at the same time. o Remove GDB_REMOTE_CHAT. The GDB protocol hacks to allow this are FreeBSD specific. At the same time, the GDB protocol has packets for console output.
Diffstat (limited to 'sys/conf/options')
-rw-r--r--sys/conf/options29
1 files changed, 11 insertions, 18 deletions
diff --git a/sys/conf/options b/sys/conf/options
index 7867e08..042a025 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -30,15 +30,6 @@
# If filename is missing, the default is
# opt_<name-of-option-in-lower-case>.h
-# XXX temporary
-GDB
-KDB opt_global.h
-KDB_TRACE opt_kdb.h
-KDB_UNATTENDED opt_kdb.h
-WITNESS_KDB opt_witness.h
-SC_DISABLE_KDBKEY opt_syscons.h
-
-
AAC_DEBUG opt_aac.h
AHC_ALLOW_MEMIO opt_aic7xxx.h
AHC_TMODE_ENABLE opt_aic7xxx.h
@@ -55,6 +46,15 @@ ADW_ALLOW_MEMIO opt_adw.h
TWA_DEBUG opt_twa.h
TWA_FLASH_FIRMWARE opt_twa.h
+# Debugging options.
+DDB
+DDB_NUMSYM opt_ddb.h
+GDB
+GDBSPEED opt_gdb.h
+KDB opt_global.h
+KDB_TRACE opt_kdb.h
+KDB_UNATTENDED opt_kdb.h
+
# Miscellaneous options.
ADAPTIVE_MUTEXES
ALQ
@@ -64,15 +64,8 @@ COMPAT_FREEBSD4 opt_compat.h
COMPILING_LINT opt_global.h
CONSPEED opt_comconsole.h
CY_PCI_FASTINTR
-DDB
-DDB_NOKLDSYM opt_ddb.h
-DDB_NUMSYM opt_ddb.h
-DDB_TRACE
-DDB_UNATTENDED
DIRECTIO opt_directio.h
FULL_PREEMPTION
-GDB_REMOTE_CHAT opt_ddb.h
-GDBSPEED opt_ddb.h
GEOM_AES opt_geom.h
GEOM_APPLE opt_geom.h
GEOM_BDE opt_geom.h
@@ -589,7 +582,7 @@ KTR_COMPILE opt_global.h
KTR_ENTRIES opt_global.h
KTR_VERBOSE opt_ktr.h
WITNESS opt_global.h
-WITNESS_DDB opt_witness.h
+WITNESS_KDB opt_witness.h
WITNESS_SKIPSPIN opt_witness.h
# options for ACPI support
@@ -642,7 +635,7 @@ SC_CUT_SPACES2TABS opt_syscons.h
SC_CUT_SEPCHARS opt_syscons.h
SC_DEBUG_LEVEL opt_syscons.h
SC_DFLT_FONT opt_syscons.h
-SC_DISABLE_DDBKEY opt_syscons.h
+SC_DISABLE_KDBKEY opt_syscons.h
SC_DISABLE_REBOOT opt_syscons.h
SC_HISTORY_SIZE opt_syscons.h
SC_KERNEL_CONS_ATTR opt_syscons.h
OpenPOWER on IntegriCloud