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).