marcel 2004-07-21 04:49:48 UTC FreeBSD src repository Modified files: sys/kern subr_kdb.c sys/sys kdb.h Log: Add kdb_thr_from_pid(), which given a PID returns the first thread in the process. This is useful when working from or with a process. Revision Changes Path 1.4 +15 -1 src/sys/kern/subr_kdb.c 1.3 +2 -1 src/sys/sys/kdb.h