Searched refs:PT_CONTINUE (Results 1 – 4 of 4) sorted by relevance
83 #define PT_CONTINUE 7 /* continue the child */ macro
144 ret = ptrace(PT_CONTINUE, child_pid, (caddr_t)1, 0);
234 ret = ptrace(PT_CONTINUE, pid, (caddr_t)1, 0);
408 case PT_CONTINUE: /* continue the child */ in ptrace()