struct UnitIndex

Defined at line 15 of file ../../src/developer/debug/zxdb/symbols/unit_index.h

Holds a way to find a unit in a DWARF binary. DWARF stores the compilation unit information for

binaries and .dwo files in different ELF sections. So if we want to reference a unit, we need to

know both the index and which section to look in.

Public Members

bool is_dwo
uint32_t index

Public Methods

void UnitIndex ()

Defined at line 16 of file ../../src/developer/debug/zxdb/symbols/unit_index.h

void UnitIndex (bool d, uint32_t i)

Defined at line 17 of file ../../src/developer/debug/zxdb/symbols/unit_index.h