Tool/software: TI C/C++ Compiler
Hi,
how can I find dwarf debug Information (address, type) for function static variables in .out files?
I can find this information on all other variables anchored at tag DW_TAG_variable by scanning all compile units in .debug_info.
thx,
Dieter