/external/strace/ |
D | ptrace.h | 139 #ifndef PTRACE_GETEVENTMSG 140 # define PTRACE_GETEVENTMSG 0x4201 macro
|
D | process.c | 236 case PTRACE_GETEVENTMSG: in SYS_FUNC() 262 case PTRACE_GETEVENTMSG: in SYS_FUNC()
|
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 | 2076 if (ptrace(PTRACE_GETEVENTMSG, pid, NULL, &old_pid) < 0) in maybe_switch_tcbs()
|
D | ChangeLog-CVS | 259 * process.c: Add parsing of PTRACE_SETOPTIONS, PTRACE_GETEVENTMSG,
|
D | ChangeLog | 29574 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/ |
D | ptrace_cmds.in | 23 PTRACE_GETEVENTMSG
|
D | ptrace_cmds.h | 83 #if defined(PTRACE_GETEVENTMSG) || (defined(HAVE_DECL_PTRACE_GETEVENTMSG) && HAVE_DECL_PTRACE_GETEV… 84 XLAT(PTRACE_GETEVENTMSG),
|
/external/kernel-headers/original/uapi/linux/ |
D | ptrace.h | 29 #define PTRACE_GETEVENTMSG 0x4201 macro
|
/external/rust/crates/nix/src/sys/ptrace/ |
D | linux.rs | 91 PTRACE_GETEVENTMSG, 249 ptrace_get_data::<c_long>(Request::PTRACE_GETEVENTMSG, pid) in getevent()
|
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/ |
D | mod.rs | 115 pub const PTRACE_GETEVENTMSG: ::c_int = 0x4201; constant
|
/external/strace/tests-mx32/ |
D | ptrace.c | 270 do_ptrace(PTRACE_GETEVENTMSG, pid, bad_request, bad_data); in main()
|
/external/strace/tests/ |
D | ptrace.c | 270 do_ptrace(PTRACE_GETEVENTMSG, pid, bad_request, bad_data); in main()
|
/external/strace/tests-m32/ |
D | ptrace.c | 270 do_ptrace(PTRACE_GETEVENTMSG, pid, bad_request, bad_data); in main()
|
/external/seccomp-tests/linux/ |
D | seccomp_bpf.c | 1136 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/ |
D | seccomp_bpf.c | 1508 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/ |
D | mod.rs | 560 pub const PTRACE_GETEVENTMSG: ::c_int = 0x4201; constant
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 376 int ptrace_geteventmsg = PTRACE_GETEVENTMSG;
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cpp | 375 int ptrace_geteventmsg = PTRACE_GETEVENTMSG;
|
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/ |
D | seccomp_bpf_tests.c | 797 ret = ptrace(PTRACE_GETEVENTMSG, tracee, NULL, &msg); in tracer()
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
D | mod.rs | 886 pub const PTRACE_GETEVENTMSG: ::c_uint = 0x4201; constant
|
/external/llvm-project/lldb/source/Plugins/Process/Linux/ |
D | NativeProcessLinux.cpp | 1642 return PtraceWrapper(PTRACE_GETEVENTMSG, tid, nullptr, message); in GetEventMessage()
|
/external/rust/crates/libc/src/unix/linux_like/emscripten/ |
D | mod.rs | 1379 pub const PTRACE_GETEVENTMSG: ::c_int = 0x4201; constant
|
/external/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 1174 pub const PTRACE_GETEVENTMSG: ::c_int = 0x4201; constant
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 2765 pub const PTRACE_GETEVENTMSG: ::c_int = 0x4201; constant
|