HomeSort by relevance Sort by last modified time
    Searched full:ptrace_setregset (Results 1 - 5 of 5) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 192 #if defined(PTRACE_GETREGSET) && defined(PTRACE_SETREGSET)
194 int ptrace_setregset = PTRACE_SETREGSET; member in namespace:__sanitizer
197 int ptrace_setregset = -1; member in namespace:__sanitizer
    [all...]
sanitizer_platform_limits_posix.h 226 extern int ptrace_setregset;
sanitizer_common_interceptors.inc     [all...]
  /external/strace/
process.c     [all...]
ChangeLog 13 * process.c (ptrace_cmds): Add PTRACE_GETREGSET and PTRACE_SETREGSET.
    [all...]

Completed in 510 milliseconds