Lines Matching defs:ptrace_scope
219 Expected<int> ptrace_scope = GetPtraceScope();
220 if (auto E = ptrace_scope.takeError()) {
222 LLDB_LOG(log, "error reading value of ptrace_scope: {0}", E);
225 // read or interpret ptrace_scope.
230 switch (*ptrace_scope) {
235 "The current value of ptrace_scope is %d, which can cause ptrace to "
237 "\tsudo sysctl -w kernel.yama.ptrace_scope=0\n"
240 *ptrace_scope);
244 "The current value of ptrace_scope is 3, which will cause ptrace to "
470 // Depending on the value of ptrace_scope, we can return a different