Tool/software: TI C/C++ Compiler
Hello
I'm developing real-time monitoring system of C2000 and I need to support both legacy debugging model (--symdebug:coff) and new one (--symdebug:dwarf).
Output format is fixed to be legacy COFF.
Is there any quick and easy way to detect which debugging model is used in legacy COFF file? Like some way using ofd2000.exe ?
Thanks in advance.