Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-debug-dev] How to develop a non-gdb debugger for CDT?

Hi Felix,

I have some experience with debuggers in Eclipse.
The interface between the inferior debugger and CDT is the command line
interface of the debugger. CDT is making use of the MI-interface of gdb
- nothing fancy, just output format which is easier to parse.
I suggest you to take a look in CDT code, in the
org.eclipse.cdt.debug.mi.core package.

I did not find any documentation for this.

What are your source language and target that you can not use gdb ?

Haim

Felix Yuan wrote:
>  Hi,
> Is it possible to integrate a non-gdb debugger with CDT seamlessly?
> If yes, how should we design the debugger? Where can I find the document 
> about the interfaces between CDT UI and debugger engine?
> Thanks in advance.
>  
> Regards,
> Felix




Back to the top