Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/sys/
H A Dptrace.h83 #define PT_CONTINUE 7 /* continue the child */ macro
/xnu-11215.81.4/bsd/kern/
H A Dmach_process.c403 case PT_CONTINUE: /* continue the child */ in ptrace()