LLDB mainline
|
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::Row > | rows |
Parsed representation of a Frame Descriptor Entry.
Definition at line 135 of file DWARFCallFrameInfo.h.
bool lldb_private::DWARFCallFrameInfo::FDE::for_signal_trap = false |
Definition at line 137 of file DWARFCallFrameInfo.h.
Referenced by lldb_private::DWARFCallFrameInfo::ParseFDE().
AddressRange lldb_private::DWARFCallFrameInfo::FDE::range |
Definition at line 136 of file DWARFCallFrameInfo.h.
Referenced by lldb_private::DWARFCallFrameInfo::ParseFDE().
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().
std::vector<UnwindPlan::Row> lldb_private::DWARFCallFrameInfo::FDE::rows |
Definition at line 139 of file DWARFCallFrameInfo.h.
Referenced by lldb_private::DWARFCallFrameInfo::ParseFDE().