LLDB mainline
lldb_private::EmulateInstruction::Context::ContextInfo::RegisterToRegisterPlusOffset Struct Reference

#include <EmulateInstruction.h>

Public Attributes

RegisterInfo data_reg
RegisterInfo base_reg
int64_t offset

Detailed Description

Definition at line 238 of file EmulateInstruction.h.

Member Data Documentation

◆ base_reg

RegisterInfo lldb_private::EmulateInstruction::Context::ContextInfo::RegisterToRegisterPlusOffset::base_reg

Definition at line 240 of file EmulateInstruction.h.

◆ data_reg

RegisterInfo lldb_private::EmulateInstruction::Context::ContextInfo::RegisterToRegisterPlusOffset::data_reg

Definition at line 239 of file EmulateInstruction.h.

Referenced by UnwindAssemblyInstEmulation::WriteMemory().

◆ offset

int64_t lldb_private::EmulateInstruction::Context::ContextInfo::RegisterToRegisterPlusOffset::offset

Definition at line 241 of file EmulateInstruction.h.


The documentation for this struct was generated from the following file: