Home
last modified time | relevance | path

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

/external/strace/
Dptrace.h139 #ifndef PTRACE_GETEVENTMSG
140 # define PTRACE_GETEVENTMSG 0x4201 macro
Dprocess.c236 case PTRACE_GETEVENTMSG: in SYS_FUNC()
262 case PTRACE_GETEVENTMSG: in SYS_FUNC()
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.c2076 if (ptrace(PTRACE_GETEVENTMSG, pid, NULL, &old_pid) < 0) in maybe_switch_tcbs()
DChangeLog-CVS259 * process.c: Add parsing of PTRACE_SETOPTIONS, PTRACE_GETEVENTMSG,
DChangeLog29574 ptrace: decode argument of PTRACE_GETEVENTMSG request.
29576 PTRACE_GETEVENTMSG request on exiting using printnum_ulong.
51909 Fix PTRACE_GETEVENTMSG usage and enhance test_ptrace_setoptions()
51910 * strace.c (handle_ptrace_event): Fix PTRACE_GETEVENTMSG usage.
51911 (test_ptrace_setoptions): Test that PTRACE_GETEVENTMSG works properly.
52096 * defs.h [LINUX]: Define PTRACE_GETEVENTMSG macro.
/external/strace/xlat/
Dptrace_cmds.in23 PTRACE_GETEVENTMSG
Dptrace_cmds.h83 #if defined(PTRACE_GETEVENTMSG) || (defined(HAVE_DECL_PTRACE_GETEVENTMSG) && HAVE_DECL_PTRACE_GETEV…
84 XLAT(PTRACE_GETEVENTMSG),
/external/kernel-headers/original/uapi/linux/
Dptrace.h29 #define PTRACE_GETEVENTMSG 0x4201 macro
/external/rust/crates/nix/src/sys/ptrace/
Dlinux.rs91 PTRACE_GETEVENTMSG,
249 ptrace_get_data::<c_long>(Request::PTRACE_GETEVENTMSG, pid) in getevent()
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/
Dmod.rs115 pub const PTRACE_GETEVENTMSG: ::c_int = 0x4201; constant
/external/strace/tests-mx32/
Dptrace.c270 do_ptrace(PTRACE_GETEVENTMSG, pid, bad_request, bad_data); in main()
/external/strace/tests/
Dptrace.c270 do_ptrace(PTRACE_GETEVENTMSG, pid, bad_request, bad_data); in main()
/external/strace/tests-m32/
Dptrace.c270 do_ptrace(PTRACE_GETEVENTMSG, pid, bad_request, bad_data); in main()
/external/seccomp-tests/linux/
Dseccomp_bpf.c1136 ret = ptrace(PTRACE_GETEVENTMSG, tracee, NULL, &msg); in tracer_poke()
1349 ret = ptrace(PTRACE_GETEVENTMSG, tracee, NULL, &msg); in tracer_syscall()
2166 ASSERT_EQ(0, ptrace(PTRACE_GETEVENTMSG, child_pid, NULL, &msg)); in TEST()
2202 ASSERT_EQ(0, ptrace(PTRACE_GETEVENTMSG, child_pid, NULL, &msg)); in TEST()
/external/linux-kselftest/tools/testing/selftests/seccomp/
Dseccomp_bpf.c1508 ret = ptrace(PTRACE_GETEVENTMSG, tracee, NULL, &msg); in tracer_poke()
1766 ret = ptrace(PTRACE_GETEVENTMSG, tracee, NULL, &msg); in tracer_syscall()
1813 ret = ptrace(PTRACE_GETEVENTMSG, tracee, NULL, &msg); in tracer_ptrace()
2866 ASSERT_EQ(0, ptrace(PTRACE_GETEVENTMSG, child_pid, NULL, &msg)); in TEST()
2907 ASSERT_EQ(0, ptrace(PTRACE_GETEVENTMSG, child_pid, NULL, &msg)); in TEST()
/external/rust/crates/libc/src/unix/linux_like/linux/musl/
Dmod.rs560 pub const PTRACE_GETEVENTMSG: ::c_int = 0x4201; constant
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc376 int ptrace_geteventmsg = PTRACE_GETEVENTMSG;
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cpp375 int ptrace_geteventmsg = PTRACE_GETEVENTMSG;
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
Dseccomp_bpf_tests.c797 ret = ptrace(PTRACE_GETEVENTMSG, tracee, NULL, &msg); in tracer()
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/
Dmod.rs886 pub const PTRACE_GETEVENTMSG: ::c_uint = 0x4201; constant
/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeProcessLinux.cpp1642 return PtraceWrapper(PTRACE_GETEVENTMSG, tid, nullptr, message); in GetEventMessage()
/external/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs1379 pub const PTRACE_GETEVENTMSG: ::c_int = 0x4201; constant
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs1174 pub const PTRACE_GETEVENTMSG: ::c_int = 0x4201; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs2765 pub const PTRACE_GETEVENTMSG: ::c_int = 0x4201; constant