LLDB mainline
lldb_private::DWARFCallFrameInfo::FDE Struct Reference

Parsed representation of a Frame Descriptor Entry. More...

Public Attributes

AddressRange range
bool for_signal_trap = false
uint32_t return_addr_reg_num = LLDB_INVALID_REGNUM
std::vector< UnwindPlan::Rowrows

Detailed Description

Parsed representation of a Frame Descriptor Entry.

Definition at line 135 of file DWARFCallFrameInfo.h.

Member Data Documentation

◆ for_signal_trap

bool lldb_private::DWARFCallFrameInfo::FDE::for_signal_trap = false

Definition at line 137 of file DWARFCallFrameInfo.h.

Referenced by lldb_private::DWARFCallFrameInfo::ParseFDE().

◆ range

AddressRange lldb_private::DWARFCallFrameInfo::FDE::range

Definition at line 136 of file DWARFCallFrameInfo.h.

Referenced by lldb_private::DWARFCallFrameInfo::ParseFDE().

◆ return_addr_reg_num

uint32_t lldb_private::DWARFCallFrameInfo::FDE::return_addr_reg_num = LLDB_INVALID_REGNUM

Definition at line 138 of file DWARFCallFrameInfo.h.

Referenced by lldb_private::DWARFCallFrameInfo::ParseFDE().

◆ rows

std::vector<UnwindPlan::Row> lldb_private::DWARFCallFrameInfo::FDE::rows

Definition at line 139 of file DWARFCallFrameInfo.h.

Referenced by lldb_private::DWARFCallFrameInfo::ParseFDE().


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