Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] RE: DSF-GDB feature-parity status

A clarification about the ability of "Making breakpoint commands while the target is running"
This works well for Linux for all GDB versions (6.6 and up).
However, we currently have a problem on Windows where we can't interrupt the target at all with
GDB 6.7 and GDB 6.8.  It is tracked by https://bugs.eclipse.org/bugs/show_bug.cgi?id=304096

From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Marc Khouzam
Sent: Monday, March 08, 2010 12:01 PM
To: CDT General developers list.
Subject: [cdt-dev] DSF-GDB feature-parity status

Hi,
 
NOTE:
I believe API freeze is this Friday March 12th.  Keep that in mind when planning when to fix your bugs :-)
===========================================================================
 
Since the last update the following has happened:
 
After the CDT conference call, DSF-GDB was made the default CDT debugger in HEAD.
This will help increase visibility right away and allow for more usage on different environments.
Before the Helios release, we will revisit this, to make sure there are no major issues.
 
Also, DSF-GDB gained:
o Proper thread handling when not dealing with LWP threads (Randy)
o Variable view uses the nice little icons (Pawel)
o Making breakpoint commands while the target is running (me)
o All known Mac issues have been resolved 
 
Also, John has been making the JUnit test more stable, as well as allowing
them to run on Windows.
 
Out of a total of 46 bugs to fix to reach CDI-feature-parity:
22 bugs have been completed
16 have been assigned to someone
8 are yet to be assigned
 
Thanks!
 
Marc
 
 
 

Back to the top