Skip to content

dwarf: Apply info table offset consistently

Ben Gamari requested to merge wip/dwarf-info-offset into master

Previously we failed to apply the info table offset to the aranges and DIEs, meaning that we often failed to unwind in gdb. For some reason this only seemed to manifest in the RTS's Cmm closures. Nevertheless, now we can unwind completely up to main

Merge request reports