aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/python
AgeCommit message (Expand)AuthorFilesLines
2017-05-10Bump version namespace.François Dumont1-1/+1
2017-03-29Adjust optional's pretty printer for LWG 2900.Ville Voutilainen1-0/+2
2017-03-16PR libstdc++/67440 make pretty printers work with GDB 7.6 againJonathan Wakely1-3/+2
2017-01-17re PR other/79046 (g++ -print-file-name=plugin uses full version number in path)Jakub Jelinek1-1/+2
2017-01-10Make Python printers and xmethods work with versioned namespaceFrançois Dumont2-38/+70
2017-01-06Build libgo with -Wa,-nH if possible (PR go/78978) [non-libgo parts]Rainer Orth1-2/+3
2017-01-01Update copyright years.Jakub Jelinek5-5/+5
2016-12-15PR59170 make pretty printers check for singular iteratorsJonathan Wakely1-0/+10
2016-12-15PR59161 make pretty printers always return stringsJonathan Wakely1-6/+6
2016-12-15Tweak formatting and docs for pretty printersJonathan Wakely1-10/+17
2016-12-15Add GDB XMethods for shared_ptr and unique_ptr<T[]>Jonathan Wakely1-2/+160
2016-12-14Make printers use singular noun for a single elementJonathan Wakely1-7/+13
2016-12-14Make printers detect invalid debug mode iteratorsJonathan Wakely1-2/+6
2016-12-06Fix pretty-printer for std::variantJonathan Wakely1-1/+1
2016-10-19PR77990 refactor unique_ptr to encapsulate tupleJonathan Wakely2-2/+13
2016-10-11Enable printers and xmethods for std::__cxx11::listJonathan Wakely2-1/+2
2016-09-29Disable .gnu.attributes tags in compatibility-ldbl.oAlan Modra1-0/+1
2016-09-22Implement C++17 node extraction and insertion (P0083R5)Jonathan Wakely1-6/+52
2016-09-22Update pretty printer for std::variantJonathan Wakely1-1/+1
2016-09-20Replace casts with floordiv operator in Python xmethodsJonathan Wakely1-3/+3
2016-09-19libstdc++/77645 fix deque and vector xmethods for Python 3Jonathan Wakely1-3/+3
2016-09-19Improve pretty printer for std::variantJonathan Wakely1-12/+20
2016-09-19libstdc++/77645 Fix xmethods for std::listJonathan Wakely1-5/+14
2016-09-17Define pretty printers for C++17 library componentsJonathan Wakely1-10/+56
2016-01-04Update copyright years.Jakub Jelinek5-5/+5
2015-11-20re PR libstdc++/68448 (Python Pretty Printers get disabled on libstdc++ reloa...Jan Kratochvil2-8/+12
2015-11-16re PR libstdc++/67440 (pretty-printing of a const set<foo> fails)Doug Evans1-1/+3
2015-10-03Remove pretty printing for 'any' with allocatorsJonathan Wakely1-4/+0
2015-08-20Makefile.am: Ensure gdb.py is installed for libstdc++ not libstdc++fs.Jonathan Wakely2-2/+2
2015-07-24libstdc++-v3/fragment.am (AM_CPPFLAGS): Add CPPFLAGSMichael Haubenwallner1-1/+1
2015-06-17C++11 allocator support for std::list.Jonathan Wakely1-3/+21
2015-05-27re PR libstdc++/66017 (Undefined behaviour in std::set<long long>)Jonathan Wakely1-3/+4
2015-05-26xmethods.py (UniquePtrMethodsMatcher): Add operator-> support.Doug Evans1-0/+1
2015-05-13libstdc++: Bump to automake 1.11.6Michael Haubenwallner1-12/+47
2015-05-01fs_path.h (path::_List): Use vector instead of list.Jonathan Wakely1-9/+44
2015-04-30Implement N4100 File System TSJonathan Wakely1-0/+21
2015-04-29re PR libstdc++/65839 (xmethods need updating once gdb decides how to fix 18285)Doug Evans1-21/+114
2015-04-29Use consistent naming for value type attributes.Doug Evans1-27/+27
2015-02-28re PR libstdc++/65246 (libstdc++ pretty printers don't work anymore with Pyth...Matthias Klose1-2/+2
2015-02-20re PR libstdc++/64695 (FAIL: libstdc++-prettyprinters/cxx11.cc)Jonathan Wakely1-8/+21
2015-01-05Update copyright years.Jakub Jelinek5-5/+5
2014-12-19New std::string implementation.Jonathan Wakely2-6/+14
2014-11-11xmethods.py: Add xmethods for associative containers.Siva Chandra Reddy1-0/+60
2014-10-13xmethods.py: Add xmethods for std::array, std::deque, std::forward_list, std:...Siva Chandra Reddy1-17/+382
2014-10-01printers.py (StdDebugIteratorPrinter.to_string): Adapt to latest modification...François Dumont1-1/+1
2014-09-30hook.in: Only import libstdcxx.v6.Siva Chandra Reddy2-15/+32
2014-09-10hook.in: Load the xmethods.Siva Chandra Reddy4-0/+117
2014-07-29* python/libstdcxx/v6/printers.pyJonathan Wakely1-2/+2
2014-07-23printers.py (StdExpAnyPrinter): Convert type to string instead of using gdb.T...Jonathan Wakely1-1/+1
2014-07-18re PR libstdc++/61835 (Invalid comment on pretty printers breaks gdb)Jonathan Wakely1-1/+4