Home
last modified time | relevance | path

Searched refs:PTRACE_GETEVENTMSG (Results 1 – 13 of 13) 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/xlat/
Dptrace_cmds.h67 #if defined(PTRACE_GETEVENTMSG) || (defined(HAVE_DECL_PTRACE_GETEVENTMSG) && HAVE_DECL_PTRACE_GETEV…
68 XLAT(PTRACE_GETEVENTMSG),
Dptrace_cmds.in22 PTRACE_GETEVENTMSG
/external/kernel-headers/original/uapi/linux/
Dptrace.h28 #define PTRACE_GETEVENTMSG 0x4201 macro
/external/strace/
Ddefs.h187 # define PTRACE_GETEVENTMSG 0x4201 macro
Dstrace.c1409 if (ptrace(PTRACE_GETEVENTMSG, pid, in test_ptrace_setoptions_followfork()
2185 if (ptrace(PTRACE_GETEVENTMSG, pid, NULL, (long) &old_pid) < 0) in trace()
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);
Dconfigure.ac282 PTRACE_GETEVENTMSG,
DChangeLog-CVS259 * process.c: Add parsing of PTRACE_SETOPTIONS, PTRACE_GETEVENTMSG,
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc293 int ptrace_geteventmsg = PTRACE_GETEVENTMSG;
/external/lldb/source/Plugins/Process/Linux/
DProcessMonitor.cpp823 if (PTRACE(PTRACE_GETEVENTMSG, m_tid, NULL, m_message, 0)) in Execute()
/external/chromium_org/sandbox/linux/bpf_dsl/
Dbpf_dsl_more_unittest.cc2134 BPF_ASSERT_NE(-1, ptrace(PTRACE_GETEVENTMSG, pid, NULL, &data)); in SANDBOX_TEST()