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).
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to