Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Communication between Eclipse UI and gdb

Hello John,

Actually I have added some new functionality to the existing GNU debugger. I want to add some buttons in the Eclipse menu which will call these functions. Just like exisiting Debug button calls the current gdb.
Any suggestions on how I should go about it?

Thanks a lot ..you have helped me clear some concepts..

Rohit

On Fri, Sep 4, 2009 at 3:09 PM, John Cortell <john.cortell@xxxxxxxxxxxxx> wrote:
There is a gdb/mi CDI reference implementation included with CDT. There is also one based on DSF. All the code in CDT is available to you, as it's all open source.

John


At 05:06 PM 9/4/2009, Rohit Girme wrote:
Hello,

Is there any existing plugins being used to interface GNU debugger with Eclipse using CDI? Is there any way I can have a look at the code so I can use it as a reference?

Thanks,
Rohit
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top