Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] CDI is now removed for CDT 9.0

Hi all,

 

Turned out that the TCF Project’s “C/C++ Remote Debug (over TCF/TE) Launch” used CDI:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=489483

 

We’d appreciate your help and suggestions how to resolve this.

 

Essentially, this Launcher uses TCF/TE for bootstrapping (download the exe, launch gdbserver).

Since CDT now offers org.eclipse.remote for these services, and TCF/TE offers an o.e.remote

Filesystem implementation, there is a potential chance going that route; but it is possible that

some features of TCF/TE are lost that way.

 

Keeping the launcher, and using DSF instead of CDI is obviously the other option. Are there any

Migration docs? Could you assist us with migration based on your experience so far ?

 

Many thanks !

Martin

--

Martin Oberhuber, SMTS / Product Owner – Development Tools, Wind River

direct +43.662.457915.85  fax +43.662.457915.6

 

From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Doug Schaefer
Sent: Wednesday, March 09, 2016 5:43 PM
To: CDT General developers list.
Subject: [cdt-dev] CDI is now removed for CDT 9.0

 

Hey gang,

Thanks to the hard work of Jonah and the thorough review with Marc, the CDI debug framework has now been removed for CDT 9.0.

This is something we talked about for a long time as our focus switched solely to DSF and CDI was left unmaintained. CDI got us on a great start, but we really don't have enough contributions to keep both going.

Please test out against CDT master and let us know if we over deleted anything.

Doug.


Back to the top