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

  /external/strace/
util.c 96 # undef PTRACE_GETREGS
97 # define PTRACE_GETREGS PTRACE_GETREGS64
1018 if (ptrace(PTRACE_GETREGS,tcp->pid,(char *)&regs,0) < 0)
1044 if (ptrace(PTRACE_GETREGS, tcp->pid, (char *) &regs, 0) < 0) {
1045 perror("getpc: ptrace(PTRACE_GETREGS, ...)");
1136 if (ptrace(PTRACE_GETREGS,tcp->pid,(char *)&regs,0) < 0) {
1187 if (ptrace(PTRACE_GETREGS, tcp->pid, (char *) &regs, 0) < 0) {
1188 perror("printcall: ptrace(PTRACE_GETREGS, ...)");
1318 (ptrace (PTRACE_GETREGS, tcp->pid, (char *) (state), 0))
1496 if (ptrace(PTRACE_GETREGS, tcp->pid, (char *)&regs, 0) < 0)
    [all...]
process.c 107 # undef PTRACE_GETREGS
108 # define PTRACE_GETREGS PTRACE_GETREGS64
662 if (ptrace(PTRACE_GETREGS, tcp->pid, (char*)&regs, 0)<0)
    [all...]
syscall.c 81 # undef PTRACE_GETREGS
82 # define PTRACE_GETREGS PTRACE_GETREGS64
1009 if (ptrace(PTRACE_GETREGS, pid, NULL, (void *)&regs) == -1)
1131 if (ptrace(PTRACE_GETREGS,pid,(char *)&regs,0) < 0)
    [all...]
signal.c 91 # undef PTRACE_GETREGS
92 # define PTRACE_GETREGS PTRACE_GETREGS64
1233 if (ptrace(PTRACE_GETREGS, tcp->pid, NULL, (void *)&regs) == -1)
1400 if(ptrace(PTRACE_GETREGS, tcp->pid, (char *)&regs, 0) < 0) {
1401 perror("sigreturn: PTRACE_GETREGS ");
    [all...]
  /bionic/libc/kernel/arch-x86/asm/
ptrace-abi.h 69 #define PTRACE_GETREGS 12
  /development/ndk/platforms/android-3/arch-arm/include/asm/
ptrace.h 15 #define PTRACE_GETREGS 12
  /development/ndk/platforms/android-5/arch-x86/include/asm/
ptrace-abi.h 69 #define PTRACE_GETREGS 12
  /external/kernel-headers/original/asm-x86/
ptrace-abi.h 61 #define PTRACE_GETREGS 12
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm/
ptrace.h 15 #define PTRACE_GETREGS 12
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm/
ptrace.h 15 #define PTRACE_GETREGS 12
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/asm/
ptrace.h 15 #define PTRACE_GETREGS 12
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
ptrace-abi.h 69 #define PTRACE_GETREGS 12
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/asm/
ptrace.h 15 #define PTRACE_GETREGS 12
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
ptrace-abi.h 69 #define PTRACE_GETREGS 12
  /bionic/libc/kernel/arch-arm/asm/
ptrace.h 15 #define PTRACE_GETREGS 12
  /external/kernel-headers/original/asm-arm/
ptrace.h 14 #define PTRACE_GETREGS 12

Completed in 185 milliseconds