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

  /external/strace/
ptrace.h 103 #ifndef PTRACE_GETREGSET
104 # define PTRACE_GETREGSET 0x4204
  /bionic/libc/kernel/uapi/linux/
ptrace.h 44 #define PTRACE_GETREGSET 0x4204
  /development/ndk/platforms/android-21/include/linux/
ptrace.h 44 #define PTRACE_GETREGSET 0x4204
  /external/kernel-headers/original/uapi/linux/
ptrace.h 44 * ret = ptrace(PTRACE_GETREGSET/PTRACE_SETREGSET, pid, NT_XXX_TYPE, &iov);
49 #define PTRACE_GETREGSET 0x4204
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
ptrace.h 42 * ret = ptrace(PTRACE_GETREGSET/PTRACE_SETREGSET, pid, NT_XXX_TYPE, &iov);
47 #define PTRACE_GETREGSET 0x4204
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
ptrace.h 44 #define PTRACE_GETREGSET 0x4204
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
ptrace.h 44 #define PTRACE_GETREGSET 0x4204
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
ptrace.h 44 #define PTRACE_GETREGSET 0x4204
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
ptrace.h 44 #define PTRACE_GETREGSET 0x4204
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
ptrace.h 44 #define PTRACE_GETREGSET 0x4204
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
ptrace.h 44 #define PTRACE_GETREGSET 0x4204
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
ptrace.h 132 PTRACE_GETREGSET = 0x4204,
133 #define PTRACE_GETREGSET PTRACE_GETREGSET
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
ptrace.h 132 PTRACE_GETREGSET = 0x4204,
133 #define PTRACE_GETREGSET PTRACE_GETREGSET
  /external/lldb/source/Plugins/Process/Linux/
ProcessMonitor.cpp 44 #ifndef PTRACE_GETREGSET
45 #define PTRACE_GETREGSET 0x4204
161 if (req == PTRACE_GETREGSET || req == PTRACE_SETREGSET)
192 if (req == PTRACE_GETREGSET || req == PTRACE_SETREGSET)
615 if (PTRACE(PTRACE_GETREGSET, m_tid, (void *)&m_regset, m_buf, m_buf_size) < 0)
    [all...]

Completed in 1367 milliseconds