reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
385 ptrace_opts |= PTRACE_O_TRACEEXIT; 390 ptrace_opts |= PTRACE_O_TRACECLONE; 394 ptrace_opts |= PTRACE_O_TRACEEXEC; 396 return PtraceWrapper(PTRACE_SETOPTIONS, pid, nullptr, (void *)ptrace_opts);