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