Searched refs:PTRACE_SETOPTIONS (Results 1 – 13 of 13) 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/ |
D | ptrace.h | 91 #ifndef PTRACE_SETOPTIONS 92 # define PTRACE_SETOPTIONS 0x4200 macro
|
D | process.c | 106 case PTRACE_SETOPTIONS: in SYS_FUNC()
|
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 | strace.c | 2022 if (ptrace(PTRACE_SETOPTIONS, tcp->pid, NULL, ptrace_setoptions) < 0) { in startup_tcb()
|
D | NEWS | 74 Older versions without a decent PTRACE_SETOPTIONS support will not work.
|
D | ChangeLog-CVS | 259 * process.c: Add parsing of PTRACE_SETOPTIONS, PTRACE_GETEVENTMSG,
|
/external/kernel-headers/original/uapi/linux/ |
D | ptrace.h | 27 #define PTRACE_SETOPTIONS 0x4200 macro
|
/external/strace/xlat/ |
D | ptrace_cmds.in | 22 PTRACE_SETOPTIONS
|
D | ptrace_cmds.h | 67 #if defined(PTRACE_SETOPTIONS) || (defined(HAVE_DECL_PTRACE_SETOPTIONS) && HAVE_DECL_PTRACE_SETOPTI… 68 XLAT(PTRACE_SETOPTIONS),
|
/external/lldb/source/Plugins/Process/FreeBSD/ |
D | ProcessMonitor.cpp | 988 if (PTRACE(PTRACE_SETOPTIONS, pid, NULL, PTRACE_O_TRACEEXIT) < 0) in Launch()
|
/external/lldb/source/Plugins/Process/Linux/ |
D | ProcessMonitor.cpp | 1405 return PTRACE(PTRACE_SETOPTIONS, pid, NULL, (void*)ptrace_opts, 0) >= 0; in SetDefaultPtraceOpts()
|