Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Integrate Custom Debugger
Integrate Custom Debugger [message #884792] Mon, 11 June 2012 20:52 Go to next message
Jacob Hoffman is currently offline Jacob HoffmanFriend
Messages: 1
Registered: June 2012
Junior Member
Hello, I am Creating an eclipse plugin which will allow people to develop and debug for some specific hardware (the devices are programmed in c). We already have the toolchain, compiler, and error parser working, our next step is adding debugging support.

I have been researching the different eclipse debug libraries and am slightly confused as to which one I should be extending. Or if I am even going about this the right way.

There's the org.eclipse.debug.core, which seems like where I want to go. There is the org.eclipse.cdt.debug.core, and then there is the Debugger Services Framework (DSF) which I haven't been able to find good documentation on.

I have access to a full debug API for the hardware, it's written in java and performs all of the necessary debug functions (set breakpoint, step, halt, read register, source lookup, etc). What I need to do is hook this functionality into eclipse. My plan was to implement the debug interfaces specified by eclipse by using in relevant API calls.

Could anyone point me in the right direction? I have been researching for a few weeks, but do not want to use the "wrong" extension points, and am confused as to which ones I should be extending at all.

In short I already have a library which performs all of the debugging functionality. I want to create an eclipse plugin which will allow users to develop and debug for the hardware. I want to create a new eclipse debugger, which under the hood, will call the existing functions of the library. I am unsure how to hook these two components together.

Thanks!
Re: Integrate Custom Debugger [message #884940 is a reply to message #884792] Tue, 12 June 2012 06:27 Go to previous messageGo to next message
Axel Mueller is currently offline Axel MuellerFriend
Messages: 1973
Registered: July 2009
Senior Member
That's a good question for the cdt dev mailing list.
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Before you ask
- search this forum
- see the FAQ http://wiki.eclipse.org/CDT/User/FAQ
- google
Re: Integrate Custom Debugger [message #926144 is a reply to message #884792] Fri, 28 September 2012 10:44 Go to previous message
senthil t is currently offline senthil tFriend
Messages: 1
Registered: September 2012
Junior Member
Hi, i'm looking for the same, have you got any document ?
Previous Topic:Print message in console view
Next Topic:How to use pre and post build scripts/commands in Juno?
Goto Forum:
  


Current Time: Sat Apr 20 04:01:00 GMT 2024

Powered by FUDForum. Page generated in 0.03405 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top