Home
last modified time | relevance | path

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

/external/ltrace/sysdeps/linux-gnu/
Dtrace-defs.h30 #ifndef PTRACE_SETOPTIONS
31 # define PTRACE_SETOPTIONS 0x4200 macro
Dtrace.c132 if (ptrace(PTRACE_SETOPTIONS, pid, 0, (void *)options) < 0 && in trace_set_options()
/external/strace/xlat/
Dptrace_cmds.h64 #if defined(PTRACE_SETOPTIONS) || (defined(HAVE_DECL_PTRACE_SETOPTIONS) && HAVE_DECL_PTRACE_SETOPTI…
65 XLAT(PTRACE_SETOPTIONS),
Dptrace_cmds.in21 PTRACE_SETOPTIONS
/external/kernel-headers/original/uapi/linux/
Dptrace.h27 #define PTRACE_SETOPTIONS 0x4200 macro
/external/strace/
Dstrace.c1401 if (ptrace(PTRACE_SETOPTIONS, pid, 0, test_options) < 0 in test_ptrace_setoptions_followfork()
1508 if (ptrace(PTRACE_SETOPTIONS, pid, 0L, test_options) < 0 in test_ptrace_setoptions_for_all()
2298 if (ptrace(PTRACE_SETOPTIONS, tcp->pid, NULL, ptrace_setoptions) < 0) { in trace()
Ddefs.h184 # define PTRACE_SETOPTIONS 0x4200 macro
Dconfigure.ac292 PTRACE_SETOPTIONS
Dprocess.c2153 #ifdef PTRACE_SETOPTIONS in sys_ptrace()
2154 case PTRACE_SETOPTIONS: in sys_ptrace()
DREADME-linux-ptrace350 ptrace(PTRACE_SETOPTIONS, pid, 0, PTRACE_O_flags);
356 ptrace(PTRACE_SETOPTIONS, pid, 0, PTRACE_O_flags) affects one tracee.
DChangeLog-CVS259 * process.c: Add parsing of PTRACE_SETOPTIONS, PTRACE_GETEVENTMSG,
/external/lldb/source/Plugins/Process/FreeBSD/
DProcessMonitor.cpp988 if (PTRACE(PTRACE_SETOPTIONS, pid, NULL, PTRACE_O_TRACEEXIT) < 0) in Launch()
/external/chromium_org/sandbox/linux/seccomp-bpf/
Dsandbox_bpf_unittest.cc2012 BPF_ASSERT_NE(-1, ptrace(PTRACE_SETOPTIONS, pid, NULL, in SANDBOX_TEST()
/external/lldb/source/Plugins/Process/Linux/
DProcessMonitor.cpp1405 return PTRACE(PTRACE_SETOPTIONS, pid, NULL, (void*)ptrace_opts, 0) >= 0; in SetDefaultPtraceOpts()