PT_PAUSE ?

Tijl Coosemans tijl at ulyssis.org
Fri Sep 14 06:25:26 PDT 2007


On Thursday 13 September 2007 20:21:58 Buganini wrote:
> I want to pause a ptraced process which had been PT_CONTINUE,
> Can I just send SIGSTOP, or re-attach ?

You can send a SIGSTOP using kill(2) and then wait for the process to
actually stop using wait4(2).


More information about the freebsd-questions mailing list