Searched refs:PTRACE_SETOPTIONS (Results 1 – 20 of 20) sorted by relevance
/external/strace/ |
D | ptrace.h | 135 #ifndef PTRACE_SETOPTIONS 136 # define PTRACE_SETOPTIONS 0x4200 macro
|
D | README | 20 Older versions without a decent PTRACE_SETOPTIONS support will not work.
|
D | process.c | 192 case PTRACE_SETOPTIONS: in SYS_FUNC()
|
D | README-linux-ptrace | 350 ptrace(PTRACE_SETOPTIONS, pid, 0, PTRACE_O_flags); 356 ptrace(PTRACE_SETOPTIONS, pid, 0, PTRACE_O_flags) affects one tracee.
|
D | strace.c | 2171 if (ptrace(PTRACE_SETOPTIONS, tcp->pid, NULL, ptrace_setoptions) < 0) { in startup_tcb()
|
D | NEWS | 574 Older versions without a decent PTRACE_SETOPTIONS support will not work.
|
D | ChangeLog | 31306 It is unused since we dropped support for kernels without PTRACE_SETOPTIONS. 32140 Remove support for systems without PTRACE_SETOPTIONS. 32141 Assume that the kernel is v2.5.46 or newer, i.e. PTRACE_SETOPTIONS 43267 Fix PTRACE_SETOPTIONS tests. 44499 PTRACE_O_TRACEVFORK to PTRACE_SETOPTIONS call, to test exactly 44592 set PTRACE_SETOPTIONS when we see the initial stop of tracee. 44596 Test how PTRACE_SETOPTIONS support works. 44599 how the PTRACE_SETOPTIONS support works before it handles any real
|
D | ChangeLog-CVS | 259 * process.c: Add parsing of PTRACE_SETOPTIONS, PTRACE_GETEVENTMSG,
|
/external/kernel-headers/original/uapi/linux/ |
D | ptrace.h | 28 #define PTRACE_SETOPTIONS 0x4200 macro
|
/external/strace/xlat/ |
D | ptrace_cmds.h | 74 #if defined(PTRACE_SETOPTIONS) || (defined(HAVE_DECL_PTRACE_SETOPTIONS) && HAVE_DECL_PTRACE_SETOPTI… 75 XLAT(PTRACE_SETOPTIONS),
|
D | ptrace_cmds.in | 22 PTRACE_SETOPTIONS
|
/external/ltp/m4/ |
D | ltp-ptrace.m4 | 42 AC_CHECK_DECLS([PTRACE_GETSIGINFO, PTRACE_O_TRACEVFORKDONE, PTRACE_SETOPTIONS],,,[#include "ptrace.…
|
/external/ltp/testcases/kernel/controllers/freezer/ |
D | vfork.c | 351 if (ptrace(PTRACE_SETOPTIONS, child, NULL, in main()
|
/external/strace/tests-mx32/ |
D | ptrace.c | 414 do_ptrace(PTRACE_SETOPTIONS, in main()
|
/external/strace/tests/ |
D | ptrace.c | 414 do_ptrace(PTRACE_SETOPTIONS, in main()
|
/external/strace/tests-m32/ |
D | ptrace.c | 414 do_ptrace(PTRACE_SETOPTIONS, in main()
|
/external/ltp/include/ |
D | config.h.default | 76 /* Define to 1 if you have the declaration of `PTRACE_SETOPTIONS', and to 0 if
|
/external/seccomp-tests/linux/ |
D | seccomp_bpf.c | 1045 ret = ptrace(PTRACE_SETOPTIONS, tracee, NULL, PTRACE_O_TRACESECCOMP); in tracer() 2156 ASSERT_EQ(0, ptrace(PTRACE_SETOPTIONS, child_pid, NULL, in TEST()
|
/external/linux-kselftest/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 1337 ret = ptrace(PTRACE_SETOPTIONS, tracee, NULL, ptrace_syscall ? in start_tracer() 2701 ASSERT_EQ(0, ptrace(PTRACE_SETOPTIONS, child_pid, NULL, in TEST()
|
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/ |
D | seccomp_bpf_tests.c | 781 ret = ptrace(PTRACE_SETOPTIONS, tracee, NULL, PTRACE_O_TRACESECCOMP); in tracer()
|