Searched refs:PTRACE_GETEVENTMSG (Results 1 – 11 of 11) sorted by relevance
/external/ltrace/sysdeps/linux-gnu/ |
D | trace-defs.h | 34 #ifndef PTRACE_GETEVENTMSG 35 # define PTRACE_GETEVENTMSG 0x4201 macro
|
D | events.c | 288 ptrace(PTRACE_GETEVENTMSG, pid, NULL, &data); in next_event()
|
/external/strace/ |
D | ptrace.h | 132 #ifndef PTRACE_GETEVENTMSG 133 # define PTRACE_GETEVENTMSG 0x4201 macro
|
D | README-linux-ptrace | 264 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);
|
D | strace.c | 1925 if (ptrace(PTRACE_GETEVENTMSG, pid, NULL, (long) &old_pid) < 0) in maybe_switch_tcbs()
|
D | ChangeLog-CVS | 259 * process.c: Add parsing of PTRACE_SETOPTIONS, PTRACE_GETEVENTMSG,
|
/external/kernel-headers/original/uapi/linux/ |
D | ptrace.h | 28 #define PTRACE_GETEVENTMSG 0x4201 macro
|
/external/strace/xlat/ |
D | ptrace_cmds.in | 23 PTRACE_GETEVENTMSG
|
D | ptrace_cmds.h | 77 #if defined(PTRACE_GETEVENTMSG) || (defined(HAVE_DECL_PTRACE_GETEVENTMSG) && HAVE_DECL_PTRACE_GETEV… 78 XLAT(PTRACE_GETEVENTMSG),
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 371 int ptrace_geteventmsg = PTRACE_GETEVENTMSG;
|
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/ |
D | seccomp_bpf_tests.c | 805 ret = ptrace(PTRACE_GETEVENTMSG, tracee, NULL, &msg); in tracer()
|