MattPaulp

Results 3 comments of MattPaulp

So for this case for the first list, it would be low_pc of TOP_DIE (0) + begin_offset (21905584). What happens if there is a BaseAddressEntry? Would I do base_address (21905792)...

Looking through my file, it seems like the BaseAddressEntry always has the same value within my CU which supports what you mentioned. In that case it looks like for me...

I'm not sure I'm following your steps @mdmillerii. Correct me if I'm wrong: ``` get DW_AT_range list base_address = CU.low_pc for entry in range list: if BaseAddress: base_address = entry.base_address...