Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] RH Profiler plugin in cdt

Bonjour,

  One of the problem for adopting the Profiler plugin
within the CDT was is strong ties to a specific tool(OProfiler).
If we can abstract things more, it would make a great addition to the CDT.
Take the example of the debugger:

Platform/tools Independent parts;
org.eclipse.cdt.debug.core
org.eclipse.cdt.debug.ui

Tool(gdb) dependent part:
org.eclipse.cdt.debug.mi.core

Something similar would be a very good start.




Back to the top