On Mon, Oct 30, 2006 at 12:55:06PM +, Ruslan Ermilov wrote:
> ru 2006-10-30 12:55:06 UTC
>
> FreeBSD src repository
>
> Modified files:
> share/man/man4 ddb.4
> Log:
> The first (optional) argument of the "trace" command is either the
> process or thread ID.
>
On Fri, 24 Mar 2006, Mike Silbersack wrote:
On Tue, 28 Feb 2006, Marcel Moolenaar wrote:
There's a bogus conditional in i386/i386/machdep.c that should be
removed:
revision 1.596
date: 2004/07/19 02:46:34; author: silby; state: Exp; lines: +3 -0
Add a #error requiring KDB if DDB is specifi
On Tue, 28 Feb 2006, Marcel Moolenaar wrote:
There's a bogus conditional in i386/i386/machdep.c that should be
removed:
revision 1.596
date: 2004/07/19 02:46:34; author: silby; state: Exp; lines: +3 -0
Add a #error requiring KDB if DDB is specified. (This can probably be
relocated to a bet
On Feb 27, 2006, at 10:35 PM, Christian Brueffer wrote:
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
On Tue, Feb 28, 2006 at 07:35:46AM +0100, Christian Brueffer wrote:
> On Mon, Feb 27, 2006 at 05:37:42PM -0800, Marcel Moolenaar wrote:
> > On Mon, Feb 27, 2006 at 08:19:36PM -0500, Kris Kennaway wrote:
> > > On Mon, Feb 27, 2006 at 05:12:04PM -0800, Marcel Moolenaar wrote:
> > > > On Mon, Feb 27,
On Mon, Feb 27, 2006 at 05:37:42PM -0800, Marcel Moolenaar wrote:
> On Mon, Feb 27, 2006 at 08:19:36PM -0500, Kris Kennaway wrote:
> > On Mon, Feb 27, 2006 at 05:12:04PM -0800, Marcel Moolenaar wrote:
> > > On Mon, Feb 27, 2006 at 09:56:24PM +, Christian Brueffer wrote:
> > > > brueffer2006
On Mon, Feb 27, 2006 at 08:19:36PM -0500, Kris Kennaway wrote:
> On Mon, Feb 27, 2006 at 05:12:04PM -0800, Marcel Moolenaar wrote:
> > On Mon, Feb 27, 2006 at 09:56:24PM +, Christian Brueffer wrote:
> > > brueffer2006-02-27 21:56:24 UTC
> > >
> > > FreeBSD src repository (doc committer)
On Mon, Feb 27, 2006 at 05:12:04PM -0800, Marcel Moolenaar wrote:
> On Mon, Feb 27, 2006 at 09:56:24PM +, Christian Brueffer wrote:
> > brueffer2006-02-27 21:56:24 UTC
> >
> > FreeBSD src repository (doc committer)
> >
> > Modified files:
> > share/man/man4 ddb.4
> > Log:
On Mon, Feb 27, 2006 at 09:56:24PM +, Christian Brueffer wrote:
> brueffer2006-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