LLDB mainline
|
#include <EmulateInstruction.h>
Public Attributes | |
RegisterInfo | data_reg |
RegisterInfo | base_reg |
int64_t | offset |
Definition at line 204 of file EmulateInstruction.h.
RegisterInfo lldb_private::EmulateInstruction::Context::ContextInfo::RegisterToRegisterPlusOffset::base_reg |
Definition at line 206 of file EmulateInstruction.h.
Referenced by lldb_private::EmulateInstruction::Context::Dump(), and lldb_private::EmulateInstruction::Context::SetRegisterToRegisterPlusOffset().
RegisterInfo lldb_private::EmulateInstruction::Context::ContextInfo::RegisterToRegisterPlusOffset::data_reg |
Definition at line 205 of file EmulateInstruction.h.
Referenced by lldb_private::EmulateInstruction::Context::Dump(), lldb_private::EmulateInstruction::Context::SetRegisterToRegisterPlusOffset(), and UnwindAssemblyInstEmulation::WriteMemory().
int64_t lldb_private::EmulateInstruction::Context::ContextInfo::RegisterToRegisterPlusOffset::offset |
Definition at line 207 of file EmulateInstruction.h.
Referenced by lldb_private::EmulateInstruction::Context::Dump(), and lldb_private::EmulateInstruction::Context::SetRegisterToRegisterPlusOffset().