Subject: Re: CVS commit: src/sys/kern
To: Darren Reed <darrenr@NetBSD.org>
From: Manuel Bouyer <bouyer@antioche.eu.org>
List: source-changes
Date: 01/28/2006 12:19:42
On Sat, Jan 28, 2006 at 09:52:45AM +0000, Darren Reed wrote:
> > ddb.commandonenter is not enough?
> 
> That doesn't exist.

From -current ddb(4):
     To specify commands which will be executed on each entry to ddb:
     options DDB_COMMANDONENTER="trace;show registers"
     In this case, "trace" and then "show registers" will be executed automat-
     ically.

So just use options DDB_COMMANDONENTER="trace" in your kernel config
file and you get the same functionality. Or ddb.commandonenter=trace
in /etc/sysctl.conf

-- 
Manuel Bouyer <bouyer@antioche.eu.org>
     NetBSD: 26 ans d'experience feront toujours la difference
--