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.c2203 if (ptrace(PTRACE_SETOPTIONS, tcp->pid, NULL, ptrace_setoptions) < 0) { in startup_tcb()
DNEWS415 Older versions without a decent PTRACE_SETOPTIONS support will not work.
DChangeLog24224 It is unused since we dropped support for kernels without PTRACE_SETOPTIONS.
25058 Remove support for systems without PTRACE_SETOPTIONS.
25059 Assume that the kernel is v2.5.46 or newer, i.e. PTRACE_SETOPTIONS
36185 Fix PTRACE_SETOPTIONS tests.
37417 PTRACE_O_TRACEVFORK to PTRACE_SETOPTIONS call, to test exactly
37510 set PTRACE_SETOPTIONS when we see the initial stop of tracee.
37514 Test how PTRACE_SETOPTIONS support works.
37517 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.h27 #define PTRACE_SETOPTIONS 0x4200 macro
/external/strace/xlat/
Dptrace_cmds.in22 PTRACE_SETOPTIONS
Dptrace_cmds.h74 #if defined(PTRACE_SETOPTIONS) || (defined(HAVE_DECL_PTRACE_SETOPTIONS) && HAVE_DECL_PTRACE_SETOPTI…
75 XLAT(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-m32/
Dptrace.c414 do_ptrace(PTRACE_SETOPTIONS, 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/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.c1045 ret = ptrace(PTRACE_SETOPTIONS, tracee, NULL, ptrace_syscall ? in start_tracer()
2332 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()