Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Adding a new GDB debugger in list of avalaible debuggers
Adding a new GDB debugger in list of avalaible debuggers [message #110449] Tue, 13 July 2004 05:17 Go to next message
Eclipse UserFriend
Hello,

We are developping our toolchain based on the CDT.
We are extending the Managed Build system to add our compilation
toolchain and it works fine. Now we would like to debug our programs.

But, when we select our binaries, the only available debugger in the
Debugger list is: GDB Server. (Cygwin Debugger and GDB Debugger ar also
available for GCC binaries)
How to do to add our GDB debugger (the one that supports our target) in
this list ? What kind of extension point do we have to implement ?

Thanks for advance for any support

Jerome
Re: Adding a new GDB debugger in list of avalaible debuggers [message #110555 is a reply to message #110449] Tue, 13 July 2004 16:40 Go to previous message
Eclipse UserFriend
Originally posted by: mikhailk.qnx.com

You should extend the "org.eclipse.cdt.debug.core.CDebugger" extension
point. If you need to set launch parameters specific to your debugger,
extend the "org.eclipse.cdt.debug.ui.CDebuggerPage" extension point.

"Jerome Correnoz" <jerome.correnoz@st.com> wrote in message
news:cd09an$k2m$1@eclipse.org...
> Hello,
>
> We are developping our toolchain based on the CDT.
> We are extending the Managed Build system to add our compilation
> toolchain and it works fine. Now we would like to debug our programs.
>
> But, when we select our binaries, the only available debugger in the
> Debugger list is: GDB Server. (Cygwin Debugger and GDB Debugger ar also
> available for GCC binaries)
> How to do to add our GDB debugger (the one that supports our target) in
> this list ? What kind of extension point do we have to implement ?
>
> Thanks for advance for any support
>
> Jerome
>
>
>
>
>
>
Previous Topic:What is the purpose of libpty.so
Next Topic:Unreadbale CDT CVS folders/plug-ins
Goto Forum:
  


Current Time: Thu Jul 10 00:53:36 EDT 2025

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

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

Back to the top