Home
last modified time | relevance | path

Searched refs:PTRACE_SETOPTIONS (Results 1 – 13 of 13) 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/
Dptrace.h91 #ifndef PTRACE_SETOPTIONS
92 # define PTRACE_SETOPTIONS 0x4200 macro
Dprocess.c106 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.c2022 if (ptrace(PTRACE_SETOPTIONS, tcp->pid, NULL, ptrace_setoptions) < 0) { in startup_tcb()
DNEWS74 Older versions without a decent PTRACE_SETOPTIONS support will not work.
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.h67 #if defined(PTRACE_SETOPTIONS) || (defined(HAVE_DECL_PTRACE_SETOPTIONS) && HAVE_DECL_PTRACE_SETOPTI…
68 XLAT(PTRACE_SETOPTIONS),
/external/lldb/source/Plugins/Process/FreeBSD/
DProcessMonitor.cpp988 if (PTRACE(PTRACE_SETOPTIONS, pid, NULL, PTRACE_O_TRACEEXIT) < 0) in Launch()
/external/lldb/source/Plugins/Process/Linux/
DProcessMonitor.cpp1405 return PTRACE(PTRACE_SETOPTIONS, pid, NULL, (void*)ptrace_opts, 0) >= 0; in SetDefaultPtraceOpts()