Searched refs:PTRACE_SETOPTIONS (Results 1 - 10 of 10) sorted by relevance

/external/ltrace/sysdeps/linux-gnu/
H A Dtrace-defs.h30 #ifndef PTRACE_SETOPTIONS
31 # define PTRACE_SETOPTIONS 0x4200 macro
38 /* Options set using PTRACE_SETOPTIONS. */
H A Dtrace.c132 if (ptrace(PTRACE_SETOPTIONS, pid, 0, (void *)options) < 0 &&
134 perror("PTRACE_SETOPTIONS");
/external/kernel-headers/original/uapi/linux/
H A Dptrace.h27 #define PTRACE_SETOPTIONS 0x4200 macro
81 /* Options set using PTRACE_SETOPTIONS or using PTRACE_SEIZE @data param */
/external/strace/xlat/
H A Dptrace_cmds.h64 #if defined(PTRACE_SETOPTIONS) || (defined(HAVE_DECL_PTRACE_SETOPTIONS) && HAVE_DECL_PTRACE_SETOPTIONS)
65 XLAT(PTRACE_SETOPTIONS),
/external/strace/
H A Dstrace.c1325 * First fork a new child, call ptrace with PTRACE_SETOPTIONS on it,
1401 if (ptrace(PTRACE_SETOPTIONS, pid, 0, test_options) < 0
1403 perror_msg("PTRACE_SETOPTIONS");
1435 * First fork a new child, call ptrace(PTRACE_SETOPTIONS) on it,
1508 if (ptrace(PTRACE_SETOPTIONS, pid, 0L, test_options) < 0
1510 perror_msg("PTRACE_SETOPTIONS");
2298 if (ptrace(PTRACE_SETOPTIONS, tcp->pid, NULL, ptrace_setoptions) < 0) {
2301 perror_msg_and_die("PTRACE_SETOPTIONS");
H A Ddefs.h184 # define PTRACE_SETOPTIONS 0x4200 macro
H A Dprocess.c2153 #ifdef PTRACE_SETOPTIONS
2154 case PTRACE_SETOPTIONS:
/external/lldb/source/Plugins/Process/FreeBSD/
H A DProcessMonitor.cpp988 if (PTRACE(PTRACE_SETOPTIONS, pid, NULL, PTRACE_O_TRACEEXIT) < 0)
/external/lldb/source/Plugins/Process/Linux/
H A DProcessMonitor.cpp1405 return PTRACE(PTRACE_SETOPTIONS, pid, NULL, (void*)ptrace_opts, 0) >= 0;
/external/chromium_org/sandbox/linux/bpf_dsl/
H A Dbpf_dsl_more_unittest.cc2114 ptrace(PTRACE_SETOPTIONS,

Completed in 370 milliseconds