LLDB mainline
|
#include <RegisterContextLinux_x86_64.h>
Public Member Functions | |
RegisterContextLinux_x86_64 (const lldb_private::ArchSpec &target_arch) | |
size_t | GetGPRSize () const override |
const lldb_private::RegisterInfo * | GetRegisterInfo () const override |
uint32_t | GetRegisterCount () const override |
uint32_t | GetUserRegisterCount () const override |
const std::vector< lldb_private::RegisterInfo > * | GetDynamicRegisterInfoP () const override |
![]() | |
RegisterInfoInterface (const lldb_private::ArchSpec &target_arch) | |
virtual | ~RegisterInfoInterface ()=default |
virtual size_t | GetGPRSize () const =0 |
virtual const lldb_private::RegisterInfo * | GetRegisterInfo () const =0 |
virtual uint32_t | GetRegisterCount () const =0 |
virtual uint32_t | GetUserRegisterCount () const |
const lldb_private::ArchSpec & | GetTargetArchitecture () const |
virtual const lldb_private::RegisterInfo * | GetDynamicRegisterInfo (const char *reg_name) const |
virtual const std::vector< lldb_private::RegisterInfo > * | GetDynamicRegisterInfoP () const |
Static Public Member Functions | |
static size_t | GetGPRSizeStatic () |
Private Attributes | |
const lldb_private::RegisterInfo * | m_register_info_p |
uint32_t | m_register_info_count |
uint32_t | m_user_register_count |
std::vector< lldb_private::RegisterInfo > | d_register_infos |
Definition at line 14 of file RegisterContextLinux_x86_64.h.
RegisterContextLinux_x86_64::RegisterContextLinux_x86_64 | ( | const lldb_private::ArchSpec & | target_arch | ) |
Definition at line 153 of file RegisterContextLinux_x86_64.cpp.
References d_register_infos, lldb::eEncodingUint, lldb::eFormatHex, and LLDB_INVALID_REGNUM.
|
overridevirtual |
Reimplemented from lldb_private::RegisterInfoInterface.
Definition at line 177 of file RegisterContextLinux_x86_64.cpp.
References d_register_infos.
|
inlineoverridevirtual |
Implements lldb_private::RegisterInfoInterface.
Definition at line 19 of file RegisterContextLinux_x86_64.h.
References GetGPRSizeStatic().
|
static |
Definition at line 174 of file RegisterContextLinux_x86_64.cpp.
Referenced by GetGPRSize().
|
overridevirtual |
Implements lldb_private::RegisterInfoInterface.
Definition at line 185 of file RegisterContextLinux_x86_64.cpp.
References m_register_info_count.
|
overridevirtual |
Implements lldb_private::RegisterInfoInterface.
Definition at line 181 of file RegisterContextLinux_x86_64.cpp.
References m_register_info_p.
|
overridevirtual |
Reimplemented from lldb_private::RegisterInfoInterface.
Definition at line 189 of file RegisterContextLinux_x86_64.cpp.
References m_user_register_count.
|
private |
Definition at line 34 of file RegisterContextLinux_x86_64.h.
Referenced by GetDynamicRegisterInfoP(), and RegisterContextLinux_x86_64().
|
private |
Definition at line 32 of file RegisterContextLinux_x86_64.h.
Referenced by GetRegisterCount().
|
private |
Definition at line 31 of file RegisterContextLinux_x86_64.h.
Referenced by GetRegisterInfo().
|
private |
Definition at line 33 of file RegisterContextLinux_x86_64.h.
Referenced by GetUserRegisterCount().