From cb9d2f078d213f8ac508d7154a9511cfea84bb8c Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Sun, 11 Jul 2004 03:03:48 +0000 Subject: [PATCH] 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. --- sys/alpha/conf/GENERIC | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC index 5cfb403d0fb..9964efbf4dc 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