Searched refs:ptrace_opts (Results 1 – 1 of 1) sorted by relevance
1390 long ptrace_opts = 0; in SetDefaultPtraceOpts() local1394 ptrace_opts |= PTRACE_O_TRACEEXIT; in SetDefaultPtraceOpts()1399 ptrace_opts |= PTRACE_O_TRACECLONE; in SetDefaultPtraceOpts()1403 ptrace_opts |= PTRACE_O_TRACEEXEC; in SetDefaultPtraceOpts()1405 return PTRACE(PTRACE_SETOPTIONS, pid, NULL, (void*)ptrace_opts, 0) >= 0; in SetDefaultPtraceOpts()