Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » CDI Debug Model
CDI Debug Model [message #77366] Tue, 29 July 2003 08:21 Go to next message
Eclipse UserFriend
Originally posted by: rishvika.yahoo.com

hi,
I need some help or Documents in understanding the structure of
CDI Debug Model. can anyone give some help.

thank you,
rishvika
Re: CDI Debug Model [message #77442 is a reply to message #77366] Wed, 30 July 2003 09:07 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: alain.nowhere.ca

rishvika wrote:

> hi,
> I need some help or Documents in understanding the structure of
> CDI Debug Model. can anyone give some help.

What's the question ?
Re: CDI Debug Model [message #77488 is a reply to message #77442] Wed, 30 July 2003 11:11 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: rishvika.yahoo.com

hi,
I am trying to add a non GDB protocol Debugger to the CDT.
So i want to design new java classes that implement CDI Interfaces for my
new debugger. I want to check the performance of my debugger with CDT.
for this initially i need to understand the structure of CDI Debug model.
hope u got my point.
thank u
rishvi

alain wrote:

> rishvika wrote:

> > hi,
> > I need some help or Documents in understanding the structure of
> > CDI Debug Model. can anyone give some help.

> What's the question ?
Re: CDI Debug Model [message #77518 is a reply to message #77488] Wed, 30 July 2003 15:35 Go to previous message
Eclipse UserFriend
Originally posted by: alain.nowhere.ca

rishvika wrote:

> hi,
> I am trying to add a non GDB protocol Debugger to the CDT.
> So i want to design new java classes that implement CDI Interfaces for my
> new debugger. I want to check the performance of my debugger with CDT.
> for this initially i need to understand the structure of CDI Debug model.
> hope u got my point.

Yes.
The point of entry is the class ICDebugger, it contains
3 methods to create debug session: debug, core and attach
Once the cdt.debug.core has a ICDISession, it calls to
the CDI interfaces to find the info.

The default implementation provided by for the debugger
is based on GDB/MI, the plugin:
org.eclipse.cdt.debug.mi.core

At the moment the source is the documentation. We will
start however to work on formal doc for cdt/debug and CDI
Previous Topic:C++ programs in the console
Next Topic:CDT Debugging a C++ program on Solaris 8
Goto Forum:
  


Current Time: Mon May 12 08:19:07 EDT 2025

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

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

Back to the top