LLDB mainline
|
#include <RegisterContextOpenBSD_x86_64.h>
Public Member Functions | |
RegisterContextOpenBSD_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 |
Public Member Functions inherited from lldb_private::RegisterInfoInterface | |
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 |
Private Attributes | |
const lldb_private::RegisterInfo * | m_register_info_p |
const uint32_t | m_register_count |
Definition at line 14 of file RegisterContextOpenBSD_x86_64.h.
RegisterContextOpenBSD_x86_64::RegisterContextOpenBSD_x86_64 | ( | const lldb_private::ArchSpec & | target_arch | ) |
Definition at line 90 of file RegisterContextOpenBSD_x86_64.cpp.
|
overridevirtual |
Implements lldb_private::RegisterInfoInterface.
Definition at line 96 of file RegisterContextOpenBSD_x86_64.cpp.
|
overridevirtual |
Implements lldb_private::RegisterInfoInterface.
Definition at line 102 of file RegisterContextOpenBSD_x86_64.cpp.
References m_register_count.
|
overridevirtual |
Implements lldb_private::RegisterInfoInterface.
Definition at line 98 of file RegisterContextOpenBSD_x86_64.cpp.
References m_register_info_p.
|
private |
Definition at line 27 of file RegisterContextOpenBSD_x86_64.h.
Referenced by GetRegisterCount().
|
private |
Definition at line 26 of file RegisterContextOpenBSD_x86_64.h.
Referenced by GetRegisterInfo().