Home
last modified time | relevance | path

Searched refs:ptrace_setoptions (Results 1 – 2 of 2) sorted by relevance

/external/strace/
Dstrace.c81 unsigned int ptrace_setoptions = PTRACE_O_TRACESYSGOOD | PTRACE_O_TRACEEXEC; variable
349 r = ptrace(PTRACE_SEIZE, pid, 0L, (unsigned long) ptrace_setoptions); in ptrace_attach_or_seize()
1666 ptrace_setoptions |= PTRACE_O_TRACECLONE | in init()
1670 fprintf(stderr, "ptrace_setoptions = %#x\n", ptrace_setoptions); in init()
2021 ptrace_setoptions, tcp->pid); in startup_tcb()
2022 if (ptrace(PTRACE_SETOPTIONS, tcp->pid, NULL, ptrace_setoptions) < 0) { in startup_tcb()
Ddefs.h421 extern unsigned ptrace_setoptions;