LLDB
mainline
|
#include <RegisterContextOpenBSD_i386.h>
Public Member Functions | |
RegisterContextOpenBSD_i386 (const lldb_private::ArchSpec &target_arch) | |
size_t | GetGPRSize () const override |
const lldb_private::RegisterInfo * | GetRegisterInfo () const override |
uint32_t | GetRegisterCount () const override |
![]() | |
RegisterInfoInterface (const lldb_private::ArchSpec &target_arch) | |
virtual | ~RegisterInfoInterface ()=default |
virtual uint32_t | GetUserRegisterCount () const |
const lldb_private::ArchSpec & | GetTargetArchitecture () const |
virtual const lldb_private::RegisterInfo * | GetDynamicRegisterInfo (const char *reg_name) const |
virtual const std::vector< lldb_private::RegisterInfo > * | GetDynamicRegisterInfoP () const |
Additional Inherited Members | |
![]() | |
lldb_private::ArchSpec | m_target_arch |
Definition at line 14 of file RegisterContextOpenBSD_i386.h.
RegisterContextOpenBSD_i386::RegisterContextOpenBSD_i386 | ( | const lldb_private::ArchSpec & | target_arch | ) |
Definition at line 58 of file RegisterContextOpenBSD_i386.cpp.
|
overridevirtual |
Implements lldb_private::RegisterInfoInterface.
Definition at line 62 of file RegisterContextOpenBSD_i386.cpp.
References GPR.
|
overridevirtual |
Implements lldb_private::RegisterInfoInterface.
Definition at line 74 of file RegisterContextOpenBSD_i386.cpp.
|
overridevirtual |
Implements lldb_private::RegisterInfoInterface.
Definition at line 64 of file RegisterContextOpenBSD_i386.cpp.
References lldb_private::ArchSpec::GetMachine(), and lldb_private::RegisterInfoInterface::m_target_arch.