Home
last modified time | relevance | path

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

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