cvs commit: src/share/man/man4 ddb.4

Marcel Moolenaar marcel at xcllnt.net
Mon Feb 27 17:12:06 PST 2006


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		 marcel at xcllnt.net


More information about the cvs-all mailing list