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

  /bionic/libc/kernel/uapi/linux/
ptrace.h 45 #define PTRACE_SETREGSET 0x4205
  /development/ndk/platforms/android-L/include/linux/
ptrace.h 45 #define PTRACE_SETREGSET 0x4205
  /external/kernel-headers/original/uapi/linux/
ptrace.h 44 * ret = ptrace(PTRACE_GETREGSET/PTRACE_SETREGSET, pid, NT_XXX_TYPE, &iov);
50 #define PTRACE_SETREGSET 0x4205
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
ptrace.h 45 #define PTRACE_SETREGSET 0x4205
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
ptrace.h 45 #define PTRACE_SETREGSET 0x4205
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
ptrace.h 45 #define PTRACE_SETREGSET 0x4205
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
ptrace.h 45 #define PTRACE_SETREGSET 0x4205
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
ptrace.h 45 #define PTRACE_SETREGSET 0x4205
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
ptrace.h 45 #define PTRACE_SETREGSET 0x4205
  /external/strace/xlat/
ptrace_cmds.h 79 #if defined(PTRACE_SETREGSET) || (defined(HAVE_DECL_PTRACE_SETREGSET) && HAVE_DECL_PTRACE_SETREGSET)
80 XLAT(PTRACE_SETREGSET),
  /external/ltrace/sysdeps/linux-gnu/metag/
regs.c 60 ptrace(PTRACE_SETREGSET, proc->pid, NT_PRSTATUS, (long)&iov);
  /external/ltrace/sysdeps/linux-gnu/aarch64/
regs.c 50 return ptrace(PTRACE_SETREGSET, proc->pid, NT_PRSTATUS, &iovec) < 0
  /external/lldb/source/Plugins/Process/Linux/
ProcessMonitor.cpp 47 #ifndef PTRACE_SETREGSET
48 #define PTRACE_SETREGSET 0x4205
130 case PTRACE_SETREGSET:
134 verbose_log->Printf("PTRACE_SETREGSET %s", buf.GetData());
161 if (req == PTRACE_GETREGSET || req == PTRACE_SETREGSET)
192 if (req == PTRACE_GETREGSET || req == PTRACE_SETREGSET)
700 if (PTRACE(PTRACE_SETREGSET, m_tid, (void *)&m_regset, m_buf, m_buf_size) < 0)
    [all...]
  /external/libunwind/src/ptrace/
_UPT_access_reg.c 386 if (ptrace(PTRACE_SETREGSET, pid, (void*)NT_PRSTATUS, (void*)&io) == -1)
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 302 #if defined(PTRACE_GETREGSET) && defined(PTRACE_SETREGSET)
304 int ptrace_setregset = PTRACE_SETREGSET; member in namespace:__sanitizer
307 int ptrace_setregset = -1; member in namespace:__sanitizer
308 #endif // PTRACE_GETREGSET/PTRACE_SETREGSET
    [all...]
  /external/strace/
process.c     [all...]
  /external/valgrind/main/coregrind/
vgdb-invoker-ptrace.c 672 DEBUG(1, "setregs PTRACE_SETREGSET sizeof(elf_regs) %d\n", sizeof(elf_regs));
675 res = ptrace (PTRACE_SETREGSET, pid, NT_PRSTATUS, &iovec);
677 ERROR(errno, "PTRACE_SETREGSET %ld\n", res);
    [all...]

Completed in 540 milliseconds