|
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 |
| Public Member Functions inherited from lldb_private::RegisterContextLinux_x86 | |
| RegisterContextLinux_x86 (const ArchSpec &target_arch, RegisterInfo orig_ax_info) | |
| const RegisterInfo & | GetOrigAxInfo () const |
| Public Member Functions inherited from lldb_private::RegisterInfoInterface | |
| RegisterInfoInterface (const lldb_private::ArchSpec &target_arch) | |
| virtual | ~RegisterInfoInterface ()=default |
| const lldb_private::ArchSpec & | GetTargetArchitecture () 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 |
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 lldb::eEncodingUint, lldb::eFormatHex, LLDB_INVALID_REGNUM, and lldb_private::RegisterContextLinux_x86::RegisterContextLinux_x86().
|
inlineoverridevirtual |
Implements lldb_private::RegisterInfoInterface.
Definition at line 20 of file RegisterContextLinux_x86_64.h.
References GetGPRSizeStatic().
|
static |
Definition at line 172 of file RegisterContextLinux_x86_64.cpp.
Referenced by GetGPRSize().
|
overridevirtual |
Implements lldb_private::RegisterInfoInterface.
Definition at line 178 of file RegisterContextLinux_x86_64.cpp.
References m_register_info_count.
|
overridevirtual |
Implements lldb_private::RegisterInfoInterface.
Definition at line 174 of file RegisterContextLinux_x86_64.cpp.
References m_register_info_p.
|
overridevirtual |
Reimplemented from lldb_private::RegisterInfoInterface.
Definition at line 182 of file RegisterContextLinux_x86_64.cpp.
References m_user_register_count.
|
private |
Definition at line 30 of file RegisterContextLinux_x86_64.h.
Referenced by GetRegisterCount().
|
private |
Definition at line 29 of file RegisterContextLinux_x86_64.h.
Referenced by GetRegisterInfo().
|
private |
Definition at line 31 of file RegisterContextLinux_x86_64.h.
Referenced by GetUserRegisterCount().