Searched refs:PT_SETTRC (Results 1 – 2 of 2) sorted by relevance
131 #if defined(PT_SETTRC) in call_ptrace()133 if (request == PT_SETTRC) in call_ptrace()137 pt_status = ptrace (PT_SETTRC, pid, addr, data); in call_ptrace()141 pt_status = ptrace (PT_SETTRC, pid, addr, data, 0); in call_ptrace()
82 #if !defined (PT_SETTRC)83 #define PT_SETTRC 0 /* Make process traceable by parent */ macro3665 case PT_SETTRC: in call_ptrace()