Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Couple issues with DSF

> Dmitry Smirnov
> Sent: Thursday, February 12, 2009 12:22 PM
> 
> 2009/2/12 Marc Khouzam <marc.khouzam@xxxxxxxxxxxx>:
> 
> > Remind me again if you are using the latest DSF plugins
> > from the CDT project or from the old DSDP repository?
> > I'm going to have to make a more intelligent version check.
> 
> I believe the latest. I'm using Eclipse 3.5M5 plus
> cdt-master-6.0.0-I200902031437.zip

Ok, I'll submit a patch.  I opened a bug to track this:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=264731

 
> Does it mean that DSF will REQUIRE GDB 7.0 upon release? Or DSF will
> be smart enough to recognize its version and behave accordingly?

DSF-GDB was supposed to be smart enough now :-)
At all times, you should be able to use to DSF-GDB with any GDB
starting with 6.6.  When you are using 6.8.??? version, this
is where DSF-GDB has to be careful in determining if the 7.0
features are there or not.
When GDB 7.0 is released though, it will be easy: we will know that
anything 6.8 is old, and 7.0 is new.

Marc


Back to the top