Home
last modified time | relevance | path

Searched refs:PTRACE_LISTEN (Results 1 – 5 of 5) sorted by relevance

/external/strace/xlat/
Dptrace_cmds.h91 #if defined(PTRACE_LISTEN) || (defined(HAVE_DECL_PTRACE_LISTEN) && HAVE_DECL_PTRACE_LISTEN)
92 XLAT(PTRACE_LISTEN),
Dptrace_cmds.in30 PTRACE_LISTEN
/external/kernel-headers/original/uapi/linux/
Dptrace.h54 #define PTRACE_LISTEN 0x4208 macro
/external/strace/
Ddefs.h242 #undef PTRACE_LISTEN
243 #define PTRACE_LISTEN 0x4208 macro
Dstrace.c383 #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()