To integrate a debugger implementation into the CDT
debug framework version 3.0.x you need to:
1. provide the extension of the
"org.eclipse.cdt.debug.core.CDebugger" extension point that implements the
"ICDIDebugger" interface. This will require the implemention of the
CDI API (org.eclipse.cdt.debug.core.cdi.* packages).
2. add your own launch configuration type and
implement the launcher for your debugger. See
"AbstractCLaunchDelegate".
3. use the "org.eclipse.cdt.debug.ui.CDebuggerPage"
extension point to contribute UI components to the CDebuggerTab.
Note, there are some upcoming changes for CDT 3.2.
The "ICDIDebugger" willlikely be replaced by "ICDIDebugger2" (see the HEAD
branch in cvs).
----- Original Message -----
Sent: Monday, February 06, 2006 8:56
AM
Subject: [cdt-debug-dev] Steps to use
another Debugger other than GDB
Hi
I am working on a project where it requires
me a third party debugger other than the GDB debugger in CDT.
What are
the measures and things should i take care of to make this happen. I made a
few initial research of how GDB is so hardcorely intergrated with CDT and
managed to isolate a few interfaces and their implementations which gave me a
clue.
I am worried about the inital steps that has to be taken into
consideration in case of implementing a new debugger.
Please send in
any sort of suggestions that could be helpful.
Regards, Madan
View this message in context: Steps
to use another Debugger other than GDB Sent from the Eclipse CDT -
debug forum at Nabble.com.
_______________________________________________ cdt-debug-dev
mailing
list cdt-debug-dev@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/cdt-debug-dev
|