fn openDwarfDebugInfo(di: *DwarfInfo, allocator: mem.Allocator) !void

Initialize DWARF info. The caller has the responsibility to initialize most the DwarfInfo fields before calling. binary_mem is the raw bytes of the main binary file (not the secondary debug info file).

Parameters

di: *DwarfInfo,
allocator: mem.Allocator,