Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dinfptrace.c71 #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()
Dhppah-nat.c806 #ifdef PT_SETTRC
Dinfttrace.c79 #if !defined (PT_SETTRC)
80 #define PT_SETTRC 0 /* Make process traceable by parent */ macro
3659 case PT_SETTRC: in call_ptrace()
DChangeLog-19981293 (Call_ptrace): When the ptrace request is PT_SETTRC,