Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-debug-dev] List of Plan items

> From: cdt-debug-dev-bounces@xxxxxxxxxxx [mailto:cdt-debug-dev-
> bounces@xxxxxxxxxxx] On Behalf Of Mikhail Khodjaiants
> Sent: Tuesday, October 17, 2006 8:37 AM
> To: CDT Debug developers list
> Subject: RE: [cdt-debug-dev] List of Plan items
> 
> John,
> 
> I don't know if my answers will satisfy you, but I'll try.
> 1. If you need IAdaptable you can add it to your implementation and check
> if your object is instance of IAdaptable.
> 2. Regarding the history, the idea was to create a pure (non Eclipse)
> interface. Eclipse wasn't very stable at that time and the Debug API had
> just changed very seriously (Eclipse 1.0 -> 2.0).
> 

The other reason is that we wanted to use this interface outside of Eclipse.
So at the beginning it was possible to grab the GDB/MI code and this
interface and use it as a separate jar outside of eclipse.

If this is no longer a goal then we could remove the isolation of the CDI
interface and start to use things like IPath and all



Back to the top