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.

CCS components responsible for disassembly view and for variables view

Hi,

As far as I understand, CCS is based on open source Eclipse project accompanied integrated with plenty of plug-in modules (list of which I can see in About->Installation details).

Which component is responsible for the disassembly view? Which is responsible for variables view? Are these components written by TI or open sourced?

Regards,
Vasili

  • Hi Vasili,

    It is complex to explain the different layers of components that make up these views. Here is a very highlevel of the bits and pieces of the debug stack.

    Eclipse Platform (Windows and Views)
        Eclipse Platform Debug (Debug Views - Debug view, Registers view, Variables view, Expressions view, etc...)
            CDT (Extension of Eclipse Platform Debug - Memory view, Disassembly view, etc...)
                DSF (Content provider the debug views)
                    TI Extension Plugins (Provides TI specific content to DSF, as well as other TI specific views)

    To answer your question of which plugins these views are hosted, they are in the org.eclpse.debug.ui plugin and org.eclipse.cdt.dsf.ui plugin. There other debug views can be found in the other CDT plugins as well.

    I hope this help.

    Regards,
    Patrick 

  • Hi Patrick,

    Thanks! I'll try looking into the open sourced components among these...

    Many thanks!
    Vasili