HomeSort by relevance Sort by last modified time
    Searched full:ptrace_setregs (Results 51 - 66 of 66) sorted by null

1 23

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
ptrace.h 80 PTRACE_SETREGS = 13,
81 #define PT_SETREGS PTRACE_SETREGS
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
ptrace.h 80 PTRACE_SETREGS = 13,
81 #define PT_SETREGS PTRACE_SETREGS
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
ptrace.h 80 PTRACE_SETREGS = 13,
81 #define PT_SETREGS PTRACE_SETREGS
  /bionic/libc/kernel/arch-arm/asm/
ptrace.h 22 #define PTRACE_SETREGS 13
  /external/kernel-headers/original/asm-arm/
ptrace.h 15 #define PTRACE_SETREGS 13
  /external/strace/
util.c 86 # undef PTRACE_SETREGS
87 # define PTRACE_SETREGS PTRACE_SETREGS64
1385 (ptrace (PTRACE_SETREGS, tcp->pid, (char *) (state), 0))
    [all...]
process.c 90 # undef PTRACE_SETREGS
91 # define PTRACE_SETREGS PTRACE_SETREGS64
726 if (ptrace(PTRACE_SETREGS, tcp->pid, (char*)&regs, 0)<0)
    [all...]
syscall.c 68 # undef PTRACE_SETREGS
69 # define PTRACE_SETREGS PTRACE_SETREGS64
    [all...]
signal.c 86 # undef PTRACE_SETREGS
87 # define PTRACE_SETREGS PTRACE_SETREGS64
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 185 int ptrace_setregs = PTRACE_SETREGS; member in namespace:__sanitizer
    [all...]
sanitizer_platform_limits_posix.h 218 extern int ptrace_setregs;
sanitizer_common_interceptors.inc     [all...]
  /external/valgrind/main/coregrind/
m_debugger.c 49 static Int ptrace_setregs(Int pid, VexGuestArchState* vex) function
378 ptrace_setregs(pid, &(VG_(threads)[tid].arch.vex)) == 0 &&
vgdb.c 691 // The below indicates if ptrace_getregs (and ptrace_setregs) can be used.
787 DEBUG(1, "setregs PTRACE_SETREGS\n");
788 res = ptrace (PTRACE_SETREGS, pid, NULL, regs);
790 ERROR(errno, "PTRACE_SETREGS %ld\n", res);
819 // If neither PTRACE_SETREGS not PTRACE_POKEUSER have returned,
844 DEBUG(1, "PTRACE_SETREGS restore registers: no pid\n");
    [all...]
  /external/valgrind/main/docs/internals/
3_0_BUGSTATUS.txt 45 109345 ptrace_setregs not yet implemented for ppc
  /external/valgrind/main/
NEWS     [all...]

Completed in 158 milliseconds

1 23