Home
last modified time | relevance | path

Searched refs:PTRACE_GETEVENTMSG (Results 1 – 11 of 11) sorted by relevance

/external/ltrace/sysdeps/linux-gnu/
Dtrace-defs.h34 #ifndef PTRACE_GETEVENTMSG
35 # define PTRACE_GETEVENTMSG 0x4201 macro
Devents.c288 ptrace(PTRACE_GETEVENTMSG, pid, NULL, &data); in next_event()
/external/strace/
Dptrace.h132 #ifndef PTRACE_GETEVENTMSG
133 # define PTRACE_GETEVENTMSG 0x4201 macro
DREADME-linux-ptrace264 created thread. PTRACE_GETEVENTMSG can be used to retrieve new thread's
271 PTRACE_GETEVENTMSG returns exit status. Registers can be examined
349 ptrace(PTRACE_GETEVENTMSG, pid, 0, &long_var);
Dstrace.c1925 if (ptrace(PTRACE_GETEVENTMSG, pid, NULL, (long) &old_pid) < 0) in maybe_switch_tcbs()
DChangeLog-CVS259 * process.c: Add parsing of PTRACE_SETOPTIONS, PTRACE_GETEVENTMSG,
/external/kernel-headers/original/uapi/linux/
Dptrace.h28 #define PTRACE_GETEVENTMSG 0x4201 macro
/external/strace/xlat/
Dptrace_cmds.in23 PTRACE_GETEVENTMSG
Dptrace_cmds.h77 #if defined(PTRACE_GETEVENTMSG) || (defined(HAVE_DECL_PTRACE_GETEVENTMSG) && HAVE_DECL_PTRACE_GETEV…
78 XLAT(PTRACE_GETEVENTMSG),
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc371 int ptrace_geteventmsg = PTRACE_GETEVENTMSG;
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
Dseccomp_bpf_tests.c805 ret = ptrace(PTRACE_GETEVENTMSG, tracee, NULL, &msg); in tracer()