LLDB mainline
UnwindAssemblyInstEmulation::UnwindState Struct Reference

Public Attributes

lldb_private::UnwindPlan::Row row = {}
lldb_private::RegisterInfo cfa_reg_info = {}
bool fp_is_cfa = false
RegisterValueMap register_values = {}

Detailed Description

Definition at line 126 of file UnwindAssemblyInstEmulation.h.

Member Data Documentation

◆ cfa_reg_info

lldb_private::RegisterInfo UnwindAssemblyInstEmulation::UnwindState::cfa_reg_info = {}

Definition at line 128 of file UnwindAssemblyInstEmulation.h.

◆ fp_is_cfa

bool UnwindAssemblyInstEmulation::UnwindState::fp_is_cfa = false

Definition at line 129 of file UnwindAssemblyInstEmulation.h.

◆ register_values

RegisterValueMap UnwindAssemblyInstEmulation::UnwindState::register_values = {}

Definition at line 130 of file UnwindAssemblyInstEmulation.h.

◆ row

lldb_private::UnwindPlan::Row UnwindAssemblyInstEmulation::UnwindState::row = {}

Definition at line 127 of file UnwindAssemblyInstEmulation.h.


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