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

  /external/strace/
syscall.c 1031 # define ptrace_getregset_or_getregs ptrace_getregset
1033 ptrace_getregset(pid_t pid) function
1038 return ptrace(PTRACE_GETREGSET, pid, NT_PRSTATUS,
1046 return ptrace(PTRACE_GETREGSET, pid, NT_PRSTATUS, &io);
1123 * Try PTRACE_GETREGSET/PTRACE_GETREGS first,
1141 /* Assume that PTRACE_GETREGSET/PTRACE_GETREGS works. */
1160 "PTRACE_GETREGSET: %zu",
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 385 #if defined(PTRACE_GETREGSET) && defined(PTRACE_SETREGSET)
386 int ptrace_getregset = PTRACE_GETREGSET; member in namespace:__sanitizer
389 int ptrace_getregset = -1; member in namespace:__sanitizer
391 #endif // PTRACE_GETREGSET/PTRACE_SETREGSET
    [all...]
sanitizer_platform_limits_posix.h 783 extern int ptrace_getregset;
    [all...]

Completed in 420 milliseconds