Hi,
1. From either (e)abi or coff format, is there any utility to extract the original header file in which a function is declared? It is surely possible but I haven't found how to do that.
2. And eclipse can index files and provide navigation features. Is it done by eclipse CDT? Is the indexing and navigation completely handled by eclipse itself without knowing the actual compiler tool-chain being used, so the CDT is something like a cpp front end?
3. TI has specific extensions of C such as PACK in some devices. What happens if some TI extensions, or GCC extensions are not supported by CDT? Does it just ignore that token?
Dave