reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

tools/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.h
   68   void *GetGPRBuffer() override { return &m_gpr_x86_64; }

References

tools/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux.cpp
   99       PTRACE_GETREGS, m_thread.GetID(), nullptr, GetGPRBuffer(), GetGPRSize());
  104       PTRACE_SETREGS, m_thread.GetID(), nullptr, GetGPRBuffer(), GetGPRSize());