there are a few places where we run a loop on addr2line calls instead of using dwarf debug info directly.
currently the worse offenders are in program_contex.rs with find_frames and alike but we also have the issue in jump_to_address
map_asm itself could also potentially avoid such calls.