aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/python/libstdcxx
AgeCommit message (Expand)AuthorFilesLines
2010-11-01re PR libstdc++/45999 (runtime error in std::vector python pretty printer.)Jonathan Wakely1-1/+4
2010-10-08re PR libstdc++/45403 (python pretty printer for std::string requires GDB 7.1)Jonathan Wakely1-1/+3
2010-08-16printers.py (StdVectorPrinter): Added stuff to handle pretty-printing of std:...Chris Moller1-11/+45
2010-07-02- Revert two chunks from libstdc++-v3/python/libstdcxx/v6/printers.py,Matthias Klose1-3/+2
2010-06-22printers.py: Don't use string exceptions.Matthias Klose1-4/+5
2010-01-15printers.py (StdStringPrinter.__init__): Remove encoding argument.Phil Muldoon1-15/+4
2009-10-20printers.py (StdTuplePrinter): New printer.Phil Muldoon1-0/+59
2009-10-01printers.py (StdListPrinter): Add -D_GLIBCXX_DEBUG implementation changes.Phil Muldoon1-19/+80
2009-07-16printers.py (StdStringPrinter.to_string): Fetch std::string to the given length.Phil Muldoon1-1/+15
2009-06-15printers.py (StdMapPrinter.__init__): Don't set self.iter.Tom Tromey1-6/+6
2009-06-10printers.py (lookup_function): Remove extra ';'.Tom Tromey1-7/+5
2009-05-28Makefile.in, [...]: New files.Tom Tromey3-0/+644