Searched defs:ptrace_setoptions (Results 1 - 1 of 1) sorted by relevance

/external/strace/
H A Dstrace.c83 unsigned int ptrace_setoptions = PTRACE_O_TRACESYSGOOD | PTRACE_O_TRACEEXEC; variable
370 r = ptrace(PTRACE_SEIZE, pid, 0L, (unsigned long) ptrace_setoptions);
1684 ptrace_setoptions |= PTRACE_O_TRACECLONE |
1688 error_msg("ptrace_setoptions = %#x", ptrace_setoptions);
2036 ptrace_setoptions, tcp->pid);
2037 if (ptrace(PTRACE_SETOPTIONS, tcp->pid, NULL, ptrace_setoptions) < 0) {

Completed in 230 milliseconds