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 |
const lldb_private::ArchSpec & | GetTargetArchitecture () const |
virtual const lldb_private::RegisterInfo * | GetDynamicRegisterInfo (const char *reg_name) const |
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 |
Additional Inherited Members | |
![]() | |
lldb_private::ArchSpec | m_target_arch |
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.
|
overridevirtual |
Implements lldb_private::RegisterInfoInterface.
Definition at line 174 of file RegisterContextLinux_x86_64.cpp.
|
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 33 of file RegisterContextLinux_x86_64.h.
Referenced by GetDynamicRegisterInfoP(), and RegisterContextLinux_x86_64().
|
private |
Definition at line 31 of file RegisterContextLinux_x86_64.h.
Referenced by GetRegisterCount().
|
private |
Definition at line 30 of file RegisterContextLinux_x86_64.h.
Referenced by GetRegisterInfo().
|
private |
Definition at line 32 of file RegisterContextLinux_x86_64.h.
Referenced by GetUserRegisterCount().