Searched refs:PTRACE_O_TRACEEXEC (Results 1 – 11 of 11) sorted by relevance
29 #if defined(PTRACE_O_TRACEEXEC) || (defined(HAVE_DECL_PTRACE_O_TRACEEXEC) && HAVE_DECL_PTRACE_O_TRA…30 XLAT(PTRACE_O_TRACEEXEC),
5 PTRACE_O_TRACEEXEC
117 #ifndef PTRACE_O_TRACEEXEC118 # define PTRACE_O_TRACEEXEC (1 << PTRACE_EVENT_EXEC) macro
453 PTRACE_O_TRACEEXEC option is the recommended tool for dealing with this487 If PTRACE_O_TRACEEXEC option is NOT in effect for the execve'ing498 PTRACE_O_TRACEEXEC option and thus suppressing this extra SIGTRAP is
88 unsigned int ptrace_setoptions = PTRACE_O_TRACESYSGOOD | PTRACE_O_TRACEEXEC
39704 and PTRACE_O_TRACESYSGOOD|PTRACE_O_TRACEEXEC|PTRACE_O_TRACECLONE39716 (ptrace_setoptions): Set to (PTRACE_O_TRACESYSGOOD | PTRACE_O_TRACEEXEC).40264 Do not watch for post-execve SIGTRAP if PTRACE_O_TRACEEXEC is enabled.40265 If PTRACE_O_TRACEEXEC option is enabled, then post-execve SIGTRAPs are40269 * syscall.c (syscall_fixup_on_sysenter): Skip if PTRACE_O_TRACEEXEC40271 workarounds as they are not needed when PTRACE_O_TRACEEXEC is not50452 SIGTRAP in the first place, by virtue of using PTRACE_O_TRACEEXEC.50464 that post-execve SIGTRAP is disabled by PTRACE_O_TRACEEXEC ptrace option.50467 only if we are in syscall entry and PTRACE_O_TRACEEXEC option is not on.50472 and only if PTRACE_O_TRACEEXEC is not in effect.[all …]
131 #define PTRACE_O_TRACEEXEC (1 << PTRACE_EVENT_EXEC) macro
161 PTRACE_O_TRACEEXEC;
1104 pub const PTRACE_O_TRACEEXEC: ::c_int = 0x00000010; constant
394 ptrace_opts |= PTRACE_O_TRACEEXEC; in SetDefaultPtraceOpts()
1938 pub const PTRACE_O_TRACEEXEC: ::c_int = 0x00000010; constant