LLDB mainline
|
#include <RegisterContextLinux_s390x.h>
Public Member Functions | |
RegisterContextLinux_s390x (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 |
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 |
uint32_t | m_register_info_count |
uint32_t | m_user_register_count |
Definition at line 14 of file RegisterContextLinux_s390x.h.
RegisterContextLinux_s390x::RegisterContextLinux_s390x | ( | const lldb_private::ArchSpec & | target_arch | ) |
Definition at line 50 of file RegisterContextLinux_s390x.cpp.
|
overridevirtual |
Implements lldb_private::RegisterInfoInterface.
Definition at line 69 of file RegisterContextLinux_s390x.cpp.
|
overridevirtual |
Implements lldb_private::RegisterInfoInterface.
Definition at line 61 of file RegisterContextLinux_s390x.cpp.
References m_register_info_count.
|
overridevirtual |
Implements lldb_private::RegisterInfoInterface.
Definition at line 57 of file RegisterContextLinux_s390x.cpp.
References m_register_info_p.
|
overridevirtual |
Reimplemented from lldb_private::RegisterInfoInterface.
Definition at line 65 of file RegisterContextLinux_s390x.cpp.
References m_user_register_count.
|
private |
Definition at line 28 of file RegisterContextLinux_s390x.h.
Referenced by GetRegisterCount().
|
private |
Definition at line 27 of file RegisterContextLinux_s390x.h.
Referenced by GetRegisterInfo().
|
private |
Definition at line 29 of file RegisterContextLinux_s390x.h.
Referenced by GetUserRegisterCount().