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

  /external/strace/
syscall.c 50 # undef PTRACE_GETREGS
51 # define PTRACE_GETREGS PTRACE_GETREGS64
1146 # define ptrace_getregset_or_getregs ptrace_getregs
1148 ptrace_getregs(pid_t pid) function
1152 return ptrace(PTRACE_GETREGS, pid, (void *) &ARCH_REGS_FOR_GETREGS, 0);
1154 return ptrace(PTRACE_GETREGS, pid, NULL, &ARCH_REGS_FOR_GETREGS);
1185 * Try PTRACE_GETREGSET/PTRACE_GETREGS first,
1204 /* 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...]

Completed in 2419 milliseconds