LLDB mainline
|
#include <RegisterContextWindows_x86_64.h>
Public Member Functions | |
RegisterContextWindows_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::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 |
Definition at line 14 of file RegisterContextWindows_x86_64.h.
RegisterContextWindows_x86_64::RegisterContextWindows_x86_64 | ( | const lldb_private::ArchSpec & | target_arch | ) |
Definition at line 134 of file RegisterContextWindows_x86_64.cpp.
References lldb_private::ArchSpec::GetMachine().
|
overridevirtual |
Implements lldb_private::RegisterInfoInterface.
Definition at line 152 of file RegisterContextWindows_x86_64.cpp.
|
overridevirtual |
Implements lldb_private::RegisterInfoInterface.
Definition at line 144 of file RegisterContextWindows_x86_64.cpp.
|
overridevirtual |
Implements lldb_private::RegisterInfoInterface.
Definition at line 140 of file RegisterContextWindows_x86_64.cpp.
|
overridevirtual |
Reimplemented from lldb_private::RegisterInfoInterface.
Definition at line 148 of file RegisterContextWindows_x86_64.cpp.