Hi
I am trying to decode DWARF 2/3 information generated for C6740 processor by CSS 4.0.
Relative adress with respect to the begining of .debug_info section of the compilation unit given with DW_FORM_ref_addr does not fit into compilation unit adress range .
In my output file releative adress of a tag in a compilation unit is 2146 but size of this compilation unit is 235. Offset 2146 canno not be defined for this compilation unit. How should I resolve this inconsistency?
Best Regards