When CCSv4 is used to debug multi-core/processor projects does it maintain single global symbol database across all targets or separate databases for each target, session and/or OUT file configurations?
Eugene
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Separate structures are used/maintained for each processor based an .out file that is loaded on that processor. When you load program/symbols structures are flushed and re-created. Add Symbols may be used to add to processors symbol table.
Martin