LLDB mainline
|
#include <DWARFDebugArangeSet.h>
Public Attributes | |
uint32_t | length = 0 |
The total length of the entries for that set, not including the length field itself. | |
uint16_t | version = 0 |
The DWARF version number. | |
uint32_t | cu_offset = 0 |
The offset from the beginning of the .debug_info section of the compilation unit entry referenced by the table. | |
uint8_t | addr_size = 0 |
The size in bytes of an address on the target architecture. | |
uint8_t | seg_size = 0 |
The size in bytes of a segment descriptor on the target architecture. | |
Definition at line 20 of file DWARFDebugArangeSet.h.
uint8_t lldb_private::plugin::dwarf::DWARFDebugArangeSet::Header::addr_size = 0 |
The size in bytes of an address on the target architecture.
For segmented addressing, this is the size of the offset portion of the address.
Definition at line 32 of file DWARFDebugArangeSet.h.
Referenced by lldb_private::plugin::dwarf::DWARFDebugArangeSet::Clear(), and lldb_private::plugin::dwarf::DWARFDebugArangeSet::extract().
uint32_t lldb_private::plugin::dwarf::DWARFDebugArangeSet::Header::cu_offset = 0 |
The offset from the beginning of the .debug_info section of the compilation unit entry referenced by the table.
Definition at line 28 of file DWARFDebugArangeSet.h.
Referenced by lldb_private::plugin::dwarf::DWARFDebugArangeSet::Clear(), lldb_private::plugin::dwarf::DWARFDebugArangeSet::extract(), lldb_private::plugin::dwarf::DWARFDebugAranges::extract(), and lldb_private::plugin::dwarf::DWARFDebugArangeSet::FindAddress().
uint32_t lldb_private::plugin::dwarf::DWARFDebugArangeSet::Header::length = 0 |
The total length of the entries for that set, not including the length field itself.
Definition at line 23 of file DWARFDebugArangeSet.h.
Referenced by lldb_private::plugin::dwarf::DWARFDebugArangeSet::Clear(), and lldb_private::plugin::dwarf::DWARFDebugArangeSet::extract().
uint8_t lldb_private::plugin::dwarf::DWARFDebugArangeSet::Header::seg_size = 0 |
The size in bytes of a segment descriptor on the target architecture.
If the target system uses a flat address space, this value is 0.
Definition at line 35 of file DWARFDebugArangeSet.h.
Referenced by lldb_private::plugin::dwarf::DWARFDebugArangeSet::Clear(), and lldb_private::plugin::dwarf::DWARFDebugArangeSet::extract().
uint16_t lldb_private::plugin::dwarf::DWARFDebugArangeSet::Header::version = 0 |
The DWARF version number.
Definition at line 25 of file DWARFDebugArangeSet.h.
Referenced by lldb_private::plugin::dwarf::DWARFDebugArangeSet::Clear(), and lldb_private::plugin::dwarf::DWARFDebugArangeSet::extract().