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

  /external/strace/
syscall.c 51 # undef PTRACE_GETREGS
52 # define PTRACE_GETREGS PTRACE_GETREGS64
1073 # define ptrace_getregset_or_getregs ptrace_getregs
1075 ptrace_getregs(pid_t pid) function
1079 return ptrace(PTRACE_GETREGS, pid, (void *) &ARCH_REGS_FOR_GETREGS, 0);
1081 return ptrace(PTRACE_GETREGS, pid, NULL, &ARCH_REGS_FOR_GETREGS);
1123 * Try PTRACE_GETREGSET/PTRACE_GETREGS first,
1141 /* Assume that PTRACE_GETREGSET/PTRACE_GETREGS works. */
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 345 #if (defined(PTRACE_GETREGS) && defined(PTRACE_SETREGS)) || \
347 int ptrace_getregs = PTRACE_GETREGS; member in namespace:__sanitizer
350 int ptrace_getregs = -1; member in namespace:__sanitizer
    [all...]
sanitizer_platform_limits_posix.h 773 extern int ptrace_getregs;
    [all...]

Completed in 100 milliseconds