Home
last modified time | relevance | path

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

/external/elfutils/config/
D10-default-yama-scope.conf34 kernel.yama.ptrace_scope = 0
/external/valgrind/coregrind/m_gdbserver/
Dremote-utils.c175 char ptrace_scope; in VG_() local
187 if (VG_(read) (fd, &ptrace_scope, 1) == 1) { in VG_()
188 dlog(1, "ptrace_scope %c\n", ptrace_scope); in VG_()
189 if (ptrace_scope != '0') { in VG_()