Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/kern



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@localhost>
     NetBSD: 26 ans d'experience feront toujours la difference
--



Home | Main Index | Thread Index | Old Index