Home
last modified time | relevance | path

Searched refs:PTRACE_SETOPTIONS (Results 1 – 20 of 20) sorted by relevance

/external/strace/
Dptrace.h135 #ifndef PTRACE_SETOPTIONS
136 # define PTRACE_SETOPTIONS 0x4200 macro
DREADME20 Older versions without a decent PTRACE_SETOPTIONS support will not work.
Dprocess.c192 case PTRACE_SETOPTIONS: in SYS_FUNC()
DREADME-linux-ptrace350 ptrace(PTRACE_SETOPTIONS, pid, 0, PTRACE_O_flags);
356 ptrace(PTRACE_SETOPTIONS, pid, 0, PTRACE_O_flags) affects one tracee.
Dstrace.c2171 if (ptrace(PTRACE_SETOPTIONS, tcp->pid, NULL, ptrace_setoptions) < 0) { in startup_tcb()
DNEWS574 Older versions without a decent PTRACE_SETOPTIONS support will not work.
DChangeLog31306 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
DChangeLog-CVS259 * process.c: Add parsing of PTRACE_SETOPTIONS, PTRACE_GETEVENTMSG,
/external/kernel-headers/original/uapi/linux/
Dptrace.h28 #define PTRACE_SETOPTIONS 0x4200 macro
/external/strace/xlat/
Dptrace_cmds.h74 #if defined(PTRACE_SETOPTIONS) || (defined(HAVE_DECL_PTRACE_SETOPTIONS) && HAVE_DECL_PTRACE_SETOPTI…
75 XLAT(PTRACE_SETOPTIONS),
Dptrace_cmds.in22 PTRACE_SETOPTIONS
/external/ltp/m4/
Dltp-ptrace.m442 AC_CHECK_DECLS([PTRACE_GETSIGINFO, PTRACE_O_TRACEVFORKDONE, PTRACE_SETOPTIONS],,,[#include "ptrace.…
/external/ltp/testcases/kernel/controllers/freezer/
Dvfork.c351 if (ptrace(PTRACE_SETOPTIONS, child, NULL, in main()
/external/strace/tests-mx32/
Dptrace.c414 do_ptrace(PTRACE_SETOPTIONS, in main()
/external/strace/tests/
Dptrace.c414 do_ptrace(PTRACE_SETOPTIONS, in main()
/external/strace/tests-m32/
Dptrace.c414 do_ptrace(PTRACE_SETOPTIONS, in main()
/external/ltp/include/
Dconfig.h.default76 /* Define to 1 if you have the declaration of `PTRACE_SETOPTIONS', and to 0 if
/external/seccomp-tests/linux/
Dseccomp_bpf.c1045 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/
Dseccomp_bpf.c1337 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/
Dseccomp_bpf_tests.c781 ret = ptrace(PTRACE_SETOPTIONS, tracee, NULL, PTRACE_O_TRACESECCOMP); in tracer()