Subject: trace/t option in ddb
To: None <port-i386@NetBSD.ORG>
From: Bill Sommerfeld <sommerfeld@orchard.east-arlington.ma.us>
List: port-i386
Date: 03/11/1997 16:38:14
I've just committed a change to /dev/arch/i386/i386/db_trace.c which
implements tracebacks by "thread" (really process) in ddb on the i386;
use "trace/t <pid>"

Note that, because ddb is in hex by default, so is the pid.
normal usage is thus:

	t/t 0t<decimal-pid>

					- Bill