Reading the context of a process

Arun Sharma (asharma@netscape.com)
Tue, 25 Nov 1997 00:39:56 -0800


Hi,

Can anyone give me a hint about how to read the context (registers,
memory) of a process stopped by SIGSTOP ?

I know that debuggers use ptrace system calls. But the processes
need to have a parent-child relationship ? Is it possible to do it via
/proc ?

-Arun