Home
last modified time | relevance | path

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

/external/strace/
Dptrace.h138 #ifndef PTRACE_GETEVENTMSG
139 # define PTRACE_GETEVENTMSG 0x4201 macro
Dprocess.c211 case PTRACE_GETEVENTMSG: in SYS_FUNC()
237 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.c2067 if (ptrace(PTRACE_GETEVENTMSG, pid, NULL, &old_pid) < 0) in maybe_switch_tcbs()
DChangeLog-CVS259 * process.c: Add parsing of PTRACE_SETOPTIONS, PTRACE_GETEVENTMSG,
DChangeLog10384 ptrace: decode argument of PTRACE_GETEVENTMSG request.
10386 PTRACE_GETEVENTMSG request on exiting using printnum_ulong.
32719 Fix PTRACE_GETEVENTMSG usage and enhance test_ptrace_setoptions()
32720 * strace.c (handle_ptrace_event): Fix PTRACE_GETEVENTMSG usage.
32721 (test_ptrace_setoptions): Test that PTRACE_GETEVENTMSG works properly.
32906 * defs.h [LINUX]: Define PTRACE_GETEVENTMSG macro.
/external/kernel-headers/original/uapi/linux/
Dptrace.h28 #define PTRACE_GETEVENTMSG 0x4201 macro
/external/strace/xlat/
Dptrace_cmds.in23 PTRACE_GETEVENTMSG
Dptrace_cmds.h77 #if defined(PTRACE_GETEVENTMSG) || (defined(HAVE_DECL_PTRACE_GETEVENTMSG) && HAVE_DECL_PTRACE_GETEV…
78 XLAT(PTRACE_GETEVENTMSG),
/external/linux-kselftest/tools/testing/selftests/seccomp/
Dseccomp_bpf.c1142 ret = ptrace(PTRACE_GETEVENTMSG, tracee, NULL, &msg); in tracer_poke()
1380 ret = ptrace(PTRACE_GETEVENTMSG, tracee, NULL, &msg); in tracer_syscall()
1416 ret = ptrace(PTRACE_GETEVENTMSG, tracee, NULL, &msg); in tracer_ptrace()
2342 ASSERT_EQ(0, ptrace(PTRACE_GETEVENTMSG, child_pid, NULL, &msg)); in TEST()
2378 ASSERT_EQ(0, ptrace(PTRACE_GETEVENTMSG, child_pid, NULL, &msg)); in TEST()
/external/strace/tests-mx32/
Dptrace.c258 do_ptrace(PTRACE_GETEVENTMSG, pid, bad_request, bad_data); in main()
/external/strace/tests/
Dptrace.c258 do_ptrace(PTRACE_GETEVENTMSG, pid, bad_request, bad_data); in main()
/external/strace/tests-m32/
Dptrace.c258 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/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc376 int ptrace_geteventmsg = PTRACE_GETEVENTMSG;
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
Dseccomp_bpf_tests.c805 ret = ptrace(PTRACE_GETEVENTMSG, tracee, NULL, &msg); in tracer()