On Mon, Feb 27, 2006 at 09:56:24PM +0000, Christian Brueffer wrote: > brueffer 2006-02-27 21:56:24 UTC > > FreeBSD src repository (doc committer) > > Modified files: > share/man/man4 ddb.4 > Log: > DDB depends on KDB for some time now.
That's not true. Option KDB means that you want to have debugging code included when source contains it. Option DDB means that you want the DDB debugger backend. You can have DDB without KDB and vice versa. The core KDB code is unconditionally present in the kernel (src/sys/kern/subr_kdb.c). -- Marcel Moolenaar USPA: A-39004 [EMAIL PROTECTED] _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
