Subject: Re: kernel stack traces for other processes?
To: None <owner-port-i386@NetBSD.ORG>
From: None <staileyk@phobos.spacenet.com@spcseq.spacenet.com>
List: port-i386
Date: 09/26/1994 15:18:04
>Is there a way in ddb (preferable) or gdb (OK) to get a stack trace of
>some process other than the current process?

(gdb) attach [PID]

Where [PID] is the processes id number (no brackets) of the process to
attach the debugger to.

N.B. it doesn't work for me under NetBSD 1.0_BETA, I get an EBUSY back
from the ptrace().  Is this going to be fixed?

Ken