Re: [patch] Add libstdc++ pretty printers for Library Fundamentals TS types

2014-07-26 Thread Paolo Carlini
Hi, On 07/23/2014 12:45 PM, Jonathan Wakely wrote: On 15/07/14 13:03 +0100, Jonathan Wakely wrote: On 14/07/14 20:31 +0100, Jonathan Wakely wrote: This adds printers for the types in the std::experimental namespace. This should fix the test failures that Paolo and HJ are seeing, older

Re: [patch] Add libstdc++ pretty printers for Library Fundamentals TS types

2014-07-23 Thread Jonathan Wakely
On 15/07/14 13:03 +0100, Jonathan Wakely wrote: On 14/07/14 20:31 +0100, Jonathan Wakely wrote: This adds printers for the types in the std::experimental namespace. This should fix the test failures that Paolo and HJ are seeing, older versions of GDB didn't have the gdb.Type.name attribute.

Re: [patch] Add libstdc++ pretty printers for Library Fundamentals TS types

2014-07-15 Thread Jonathan Wakely
On 14/07/14 20:31 +0100, Jonathan Wakely wrote: This adds printers for the types in the std::experimental namespace. I've committed this slightly improved patch, which removes the duplicate _contained method from StdExpOptionalPrinter (it was meant to be using the base class version) and fixes

[patch] Add libstdc++ pretty printers for Library Fundamentals TS types

2014-07-14 Thread Jonathan Wakely
This is another patch for the python printers, so the diff is relative to my patch from earlier today, but it's actually independent. This adds printers for the types in the std::experimental namespace. For 'any' and 'optional' the printer will say no contained value when that's the case,