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

  /bionic/libc/kernel/uapi/linux/
ptrace.h 44 #define PTRACE_GETREGSET 0x4204
  /development/ndk/platforms/android-L/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/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
ptrace.h 44 #define PTRACE_GETREGSET 0x4204
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
ptrace.h 44 #define PTRACE_GETREGSET 0x4204
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
ptrace.h 44 #define PTRACE_GETREGSET 0x4204
  /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 153 milliseconds