Searched refs:PTRACE_GETEVENTMSG (Results 1 – 13 of 13) 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/xlat/ |
D | ptrace_cmds.h | 67 #if defined(PTRACE_GETEVENTMSG) || (defined(HAVE_DECL_PTRACE_GETEVENTMSG) && HAVE_DECL_PTRACE_GETEV… 68 XLAT(PTRACE_GETEVENTMSG),
|
D | ptrace_cmds.in | 22 PTRACE_GETEVENTMSG
|
/external/kernel-headers/original/uapi/linux/ |
D | ptrace.h | 28 #define PTRACE_GETEVENTMSG 0x4201 macro
|
/external/strace/ |
D | defs.h | 187 # define PTRACE_GETEVENTMSG 0x4201 macro
|
D | strace.c | 1409 if (ptrace(PTRACE_GETEVENTMSG, pid, in test_ptrace_setoptions_followfork() 2185 if (ptrace(PTRACE_GETEVENTMSG, pid, NULL, (long) &old_pid) < 0) in trace()
|
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 | configure.ac | 282 PTRACE_GETEVENTMSG,
|
D | ChangeLog-CVS | 259 * process.c: Add parsing of PTRACE_SETOPTIONS, PTRACE_GETEVENTMSG,
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 293 int ptrace_geteventmsg = PTRACE_GETEVENTMSG;
|
/external/lldb/source/Plugins/Process/Linux/ |
D | ProcessMonitor.cpp | 823 if (PTRACE(PTRACE_GETEVENTMSG, m_tid, NULL, m_message, 0)) in Execute()
|
/external/chromium_org/sandbox/linux/bpf_dsl/ |
D | bpf_dsl_more_unittest.cc | 2134 BPF_ASSERT_NE(-1, ptrace(PTRACE_GETEVENTMSG, pid, NULL, &data)); in SANDBOX_TEST()
|