Searched refs:PTRACE_GETEVENTMSG (Results 1 – 16 of 16) sorted by relevance
/external/strace/ |
D | ptrace.h | 138 #ifndef PTRACE_GETEVENTMSG 139 # define PTRACE_GETEVENTMSG 0x4201 macro
|
D | process.c | 211 case PTRACE_GETEVENTMSG: in SYS_FUNC() 237 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 | 2067 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 | 10384 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/ |
D | ptrace.h | 28 #define PTRACE_GETEVENTMSG 0x4201 macro
|
/external/strace/xlat/ |
D | ptrace_cmds.in | 23 PTRACE_GETEVENTMSG
|
D | ptrace_cmds.h | 77 #if defined(PTRACE_GETEVENTMSG) || (defined(HAVE_DECL_PTRACE_GETEVENTMSG) && HAVE_DECL_PTRACE_GETEV… 78 XLAT(PTRACE_GETEVENTMSG),
|
/external/linux-kselftest/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 1142 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/ |
D | ptrace.c | 258 do_ptrace(PTRACE_GETEVENTMSG, pid, bad_request, bad_data); in main()
|
/external/strace/tests/ |
D | ptrace.c | 258 do_ptrace(PTRACE_GETEVENTMSG, pid, bad_request, bad_data); in main()
|
/external/strace/tests-m32/ |
D | ptrace.c | 258 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/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 376 int ptrace_geteventmsg = PTRACE_GETEVENTMSG;
|
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/ |
D | seccomp_bpf_tests.c | 805 ret = ptrace(PTRACE_GETEVENTMSG, tracee, NULL, &msg); in tracer()
|