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

> 
> 
> 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
...




Back to the top