Searched refs:PTRACE_SETOPTIONS (Results 1 – 14 of 14) sorted by relevance
/external/ltrace/sysdeps/linux-gnu/ |
D | trace-defs.h | 30 #ifndef PTRACE_SETOPTIONS 31 # define PTRACE_SETOPTIONS 0x4200 macro
|
D | trace.c | 132 if (ptrace(PTRACE_SETOPTIONS, pid, 0, (void *)options) < 0 && in trace_set_options()
|
/external/strace/xlat/ |
D | ptrace_cmds.h | 64 #if defined(PTRACE_SETOPTIONS) || (defined(HAVE_DECL_PTRACE_SETOPTIONS) && HAVE_DECL_PTRACE_SETOPTI… 65 XLAT(PTRACE_SETOPTIONS),
|
D | ptrace_cmds.in | 21 PTRACE_SETOPTIONS
|
/external/kernel-headers/original/uapi/linux/ |
D | ptrace.h | 27 #define PTRACE_SETOPTIONS 0x4200 macro
|
/external/strace/ |
D | strace.c | 1401 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()
|
D | defs.h | 184 # define PTRACE_SETOPTIONS 0x4200 macro
|
D | configure.ac | 292 PTRACE_SETOPTIONS
|
D | process.c | 2153 #ifdef PTRACE_SETOPTIONS in sys_ptrace() 2154 case PTRACE_SETOPTIONS: in sys_ptrace()
|
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 | ChangeLog-CVS | 259 * process.c: Add parsing of PTRACE_SETOPTIONS, PTRACE_GETEVENTMSG,
|
/external/lldb/source/Plugins/Process/FreeBSD/ |
D | ProcessMonitor.cpp | 988 if (PTRACE(PTRACE_SETOPTIONS, pid, NULL, PTRACE_O_TRACEEXIT) < 0) in Launch()
|
/external/chromium_org/sandbox/linux/seccomp-bpf/ |
D | sandbox_bpf_unittest.cc | 2012 BPF_ASSERT_NE(-1, ptrace(PTRACE_SETOPTIONS, pid, NULL, in SANDBOX_TEST()
|
/external/lldb/source/Plugins/Process/Linux/ |
D | ProcessMonitor.cpp | 1405 return PTRACE(PTRACE_SETOPTIONS, pid, NULL, (void*)ptrace_opts, 0) >= 0; in SetDefaultPtraceOpts()
|