DWARF4 relative DW_AT_high_pc values are now displayed as their absolute
address. The relative value is only shown when displayed with
-show-form (-F).
DW_AT_low_pc (0x0000000000000049) DW_AT_high_pc (0x00000019)
becomes
DW_AT_low_pc (0x0000000000000049) DW_AT_high_pc (0x0000000000000062)
It seems unfortunate that this searches for the low pc when we already have the form/attribute in formValue.
What happens if a buggy DIE has two LowPCs? This might erroneously print the same one twice? (I assume DWARF supports, in general, multiple instances of the same attribute in a DIE? or is that buggy enough to have been detected earlier?)