Home
last modified time | relevance | path

Searched refs:ptrace_scope (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/main/coregrind/m_gdbserver/
Dremote-utils.c119 char ptrace_scope; in set_ptracer() local
131 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()
/external/valgrind/main/coregrind/
Dvgdb.c2035 char ptrace_scope = 'X'; in ptrace_restrictions_msg() local
2037 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()