Home
last modified time | relevance | path

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

/external/strace/
Dstrace.c77 unsigned int ptrace_setoptions = PTRACE_O_TRACESYSGOOD | PTRACE_O_TRACEEXEC variable
377 r = ptrace(PTRACE_SEIZE, pid, 0L, (unsigned long) ptrace_setoptions); in ptrace_attach_or_seize()
1817 ptrace_setoptions |= PTRACE_O_TRACECLONE | in init()
1821 error_msg("ptrace_setoptions = %#x", ptrace_setoptions); in init()
2176 ptrace_setoptions, tcp->pid); in startup_tcb()
2177 if (ptrace(PTRACE_SETOPTIONS, tcp->pid, NULL, ptrace_setoptions) < 0) { in startup_tcb()
Ddefs.h379 extern unsigned ptrace_setoptions;
DChangeLog3875 * strace.c (ptrace_setoptions): Add PTRACE_O_TRACEEXIT bit.
20526 (ptrace_setoptions): Set to (PTRACE_O_TRACESYSGOOD | PTRACE_O_TRACEEXEC).
20542 * tests/ptrace_setoptions.test: Remove.
21080 flag is set in ptrace_setoptions. Remove all SECCOMP_RET_ERRNO
23512 * tests/ptrace_setoptions.test: Check for grep.
25120 * tests/ptrace_setoptions: Rename to ptrace_setoptions.test.
25928 * tests/ptrace_setoptions: Likewise.
26188 * tests/ptrace_setoptions: Use it.
28409 * tests/ptrace_setoptions: Use it.
32056 * tests/ptrace_setoptions: Check for Linux kernel > 2.6.
[all …]