Searched refs:PT_SETTRC (Results 1 – 4 of 4) sorted by relevance
71 #if defined(PT_SETTRC) in call_ptrace()73 if (request == PT_SETTRC) in call_ptrace()77 pt_status = ptrace (PT_SETTRC, pid, addr, data); in call_ptrace()81 pt_status = ptrace (PT_SETTRC, pid, addr, data, 0); in call_ptrace()
806 #ifdef PT_SETTRC
79 #if !defined (PT_SETTRC)80 #define PT_SETTRC 0 /* Make process traceable by parent */ macro3659 case PT_SETTRC: in call_ptrace()
1293 (Call_ptrace): When the ptrace request is PT_SETTRC,