Date: Mon, 27 Feb 2006 17:12:04 -0800 From: Marcel Moolenaar <marcel@xcllnt.net> To: Christian Brueffer <brueffer@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 ddb.4 Message-ID: <20060228011204.GA56781@ns1.xcllnt.net> In-Reply-To: <200602272156.k1RLuOnF050808@repoman.freebsd.org> References: <200602272156.k1RLuOnF050808@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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@xcllnt.net
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060228011204.GA56781>