Searched refs:ptrace_scope (Results 1 – 2 of 2) sorted by relevance
119 char ptrace_scope; in set_ptracer() local131 if (VG_(read) (fd, &ptrace_scope, 1) == 1) { in set_ptracer()132 dlog(1, "ptrace_scope %c\n", ptrace_scope); in set_ptracer()133 if (ptrace_scope != '0') { in set_ptracer()
2035 char ptrace_scope = 'X'; in ptrace_restrictions_msg() local2037 if (fd >= 0 && (read (fd, &ptrace_scope, 1) == 1) && (ptrace_scope != '0')) { in ptrace_restrictions_msg()2043 } else if (ptrace_scope == 'X') { in ptrace_restrictions_msg()