Home
last modified time | relevance | path

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

/external/strace/
Dstrace.c88 unsigned int ptrace_setoptions = PTRACE_O_TRACESYSGOOD | PTRACE_O_TRACEEXEC variable
352 r = ptrace(PTRACE_SEIZE, pid, 0L, (unsigned long) ptrace_setoptions); in ptrace_attach_or_seize()
1824 ptrace_setoptions |= PTRACE_O_TRACECLONE | in init()
1827 debug_msg("ptrace_setoptions = %#x", ptrace_setoptions); in init()
2188 ptrace_setoptions, tcp->pid); in startup_tcb()
2189 if (ptrace(PTRACE_SETOPTIONS, tcp->pid, NULL, ptrace_setoptions) < 0) { in startup_tcb()
Ddefs.h432 extern unsigned ptrace_setoptions;
DChangeLog23065 * strace.c (ptrace_setoptions): Add PTRACE_O_TRACEEXIT bit.
39716 (ptrace_setoptions): Set to (PTRACE_O_TRACESYSGOOD | PTRACE_O_TRACEEXEC).
39732 * tests/ptrace_setoptions.test: Remove.
40270 flag is set in ptrace_setoptions. Remove all SECCOMP_RET_ERRNO
42702 * tests/ptrace_setoptions.test: Check for grep.
44310 * tests/ptrace_setoptions: Rename to ptrace_setoptions.test.
45118 * tests/ptrace_setoptions: Likewise.
45378 * tests/ptrace_setoptions: Use it.
47599 * tests/ptrace_setoptions: Use it.
51246 * tests/ptrace_setoptions: Check for Linux kernel > 2.6.
[all …]