Home
last modified time | relevance | path

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

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