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

  /external/strace/
syscall.c 56 # undef PTRACE_SETREGS
57 # define PTRACE_SETREGS PTRACE_SETREGS64
1072 # define ptrace_setregset_or_setregs ptrace_setregs
1074 ptrace_setregs(pid_t pid) function
1078 return ptrace(PTRACE_SETREGS, pid, (void *) &ARCH_REGS_FOR_GETREGS, 0);
1080 return ptrace(PTRACE_SETREGS, pid, NULL, &ARCH_REGS_FOR_GETREGS);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 345 #if (defined(PTRACE_GETREGS) && defined(PTRACE_SETREGS)) || \
348 int ptrace_setregs = PTRACE_SETREGS; member in namespace:__sanitizer
351 int ptrace_setregs = -1; member in namespace:__sanitizer
    [all...]

Completed in 336 milliseconds