Home
last modified time | relevance | path

Searched refs:PT_CONTINUE (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.61.12/bsd/sys/
H A Dptrace.h83 #define PT_CONTINUE 7 /* continue the child */ macro
/xnu-12377.61.12/tests/
H A Dunrecoverable_trap_test.c234 ret = ptrace(PT_CONTINUE, pid, (caddr_t)1, 0);
/xnu-12377.61.12/bsd/kern/
H A Dmach_process.c405 case PT_CONTINUE: /* continue the child */ in ptrace()