Searched refs:PTRACE_LISTEN (Results 1 – 5 of 5) sorted by relevance
91 #if defined(PTRACE_LISTEN) || (defined(HAVE_DECL_PTRACE_LISTEN) && HAVE_DECL_PTRACE_LISTEN)92 XLAT(PTRACE_LISTEN),
30 PTRACE_LISTEN
54 #define PTRACE_LISTEN 0x4208 macro
242 #undef PTRACE_LISTEN243 #define PTRACE_LISTEN 0x4208 macro
383 #ifdef PTRACE_LISTEN in ptrace_restart()384 if (op == PTRACE_LISTEN) in ptrace_restart()2381 if (ptrace_restart(PTRACE_LISTEN, tcp, 0) < 0) { in trace()