Searched refs:ptrace_setoptions (Results 1 – 3 of 3) sorted by relevance
88 unsigned int ptrace_setoptions = PTRACE_O_TRACESYSGOOD | PTRACE_O_TRACEEXEC variable352 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()
432 extern unsigned ptrace_setoptions;
23065 * 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_ERRNO42702 * 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 …]