HomeSort by relevance Sort by last modified time
    Searched refs:ptrace_scope (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/coregrind/m_gdbserver/
remote-utils.c 108 /* On systems that defines PR_SET_PTRACER, verify if ptrace_scope is
111 the ptrace_scope context. */
117 char *ptrace_scope_setting_file = "/proc/sys/kernel/yama/ptrace_scope";
119 char ptrace_scope; local
131 if (VG_(read) (fd, &ptrace_scope, 1) == 1) {
132 dlog(1, "ptrace_scope %c\n", ptrace_scope);
133 if (ptrace_scope != '0') {
134 /* insufficient default ptrace_scope.
142 dlog(0, "Could not read the ptrace_scope setting from %s\n"
    [all...]
  /external/valgrind/main/coregrind/
vgdb.c 109 // Outputs information for the user about ptrace_scope protection
527 // For a ptrace_scope protected system, we do not want to output
2013 char ptrace_scope = 'X'; local
    [all...]

Completed in 8710 milliseconds