Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-debug-dev] wanted Documentation for CDI INterface



Few questions on CDT debugging.......


- a very stupid question probably...........but how much of an effort would
it take to implement the CDI API's in oder to write my own extension to the
MI plugin to support a non-default or non-gdb/mi debugger ? how big of a
job is it ?

- Are you aware of any ongoing work to support any PocketPC/WinCE embedded
device targets ?

- Any thoughts on supporting debugging on device emulators ?


Regards,
- Amit Aghara



|---------+------------------------------->
|         |           "Alain Magloire"    |
|         |           <alain@xxxxxxx>     |
|         |           Sent by:            |
|         |           cdt-debug-dev-admin@|
|         |           eclipse.org         |
|         |                               |
|         |                               |
|         |           05/13/2003 11:18 AM |
|         |           Please respond to   |
|         |           cdt-debug-dev       |
|         |                               |
|---------+------------------------------->
  >---------------------------------------------------------------------------------------------------------------|
  |                                                                                                               |
  |       To:       cdt-debug-dev@xxxxxxxxxxx                                                                     |
  |       cc:                                                                                                     |
  |       Subject:  Re: [cdt-debug-dev] wanted  Documentation for CDI INterface                                   |
  |                                                                                                               |
  >---------------------------------------------------------------------------------------------------------------|




>
>
> hi ,
> i am using Eclipse 2.1 and CDT latest build.
> I want some documentation regarding CDI Interfaces.
> can u give the overview of CDI.
> thanks in advance.
>

There is no complete documentation describing CDI, unfortunate
but the available resources are busy extending the debugger or
other parts of the CDT.

But send any specific questions you have.
Basically the class hierarchy:

ICDISession
 ICDITarget
  ICDIThread
   ICDIStackFrame
    ICDIVariable


On the Session (ICDISession) you have some managers that takes
care on certain tasks
ICDIBreakpointManager
ICDIRegisterManager
ICDISharedLibrarymanager
...


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




Back to the top