Searched refs:ptrace_opts (Results 1 – 1 of 1) sorted by relevance
398 long ptrace_opts = 0; in SetDefaultPtraceOpts() local402 ptrace_opts |= PTRACE_O_TRACEEXIT; in SetDefaultPtraceOpts()405 ptrace_opts |= PTRACE_O_TRACECLONE; in SetDefaultPtraceOpts()409 ptrace_opts |= PTRACE_O_TRACEEXEC; in SetDefaultPtraceOpts()412 ptrace_opts |= PTRACE_O_TRACEFORK; in SetDefaultPtraceOpts()415 ptrace_opts |= PTRACE_O_TRACEVFORK; in SetDefaultPtraceOpts()419 ptrace_opts |= PTRACE_O_TRACEVFORKDONE; in SetDefaultPtraceOpts()421 return PtraceWrapper(PTRACE_SETOPTIONS, pid, nullptr, (void *)ptrace_opts); in SetDefaultPtraceOpts()