Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Pretty printer bug number

Marc, this is nice!  I'm seeing the pretty printed display of strings, maps, vectors, etc.  This is going to make a lot of people happy.  Are the plans to commit this to only the 3.6 branch, or is there any chance it will be in 3.5.2 as well?

Have you given thought to what it would take to be able to toggle the actual variables between a pretty-printed view and a raw view?  It means completely avoiding use of the -var-list-children MI command, since that still reports the raw format.  Would it be easy to inject an alternate handling of variables that issued the cli print command and interpreted its results?  Or does DSF support anything like the org.eclipse.debug.core.logicalStructureProviders extension point?
Thanks,
Terry

On Tue, Jan 5, 2010 at 8:27 AM, Marc Khouzam <marc.khouzam@xxxxxxxxxxxx> wrote:
Hi,
 
as discussed in the conference call, here is the bug that focuses on support for GDB 7.0 pretty printers for DSF-GDB
 
There is a prototype patch attach that is small and easy to try.
 
Marc
 

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev



Back to the top