Which option in CCS shows complete List of Files, Functions, and Local Variables used?
The “Symbol Browser” displays all of the associated files, functions, global variables, types, and labels of a loaded COFF file (*.out). This option is avaialble under “View” option of CCS. Please refer to the picture. It allows the user to see where defined symbols occur in the disassembly output, the user can analyze cache performance and have a better idea on placement of a function in a program in order to reduce thrashing or improve cache performance. For further information you can refer CCS-> Help under “Debugging Windows and Analysis tools”.