summaryrefslogtreecommitdiff
path: root/libstdc++-v3/python/libstdcxx/v6/xmethods.py
Commit message (Expand)AuthorAgeFilesLines
* libstdc++: Fix GDB Xmethod for std::shared_ptr::use_count() [PR109064]Jonathan Wakely2023-03-101-1/+4
* Update copyright years.Jakub Jelinek2023-01-161-1/+1
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* libstdc++: Fix pretty printing of std::unique_ptr [PR103086]Jonathan Wakely2021-11-041-1/+1
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* Fix Xmethod for shared_ptr::use_count()Jonathan Wakely2019-09-111-1/+1
* PR libstdc++/90520 adjust Xmethod for recent unique_ptr changesJonathan Wakely2019-05-181-4/+15
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* Make Python printers and xmethods work with versioned namespaceFrançois Dumont2017-01-101-10/+10
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Add GDB XMethods for shared_ptr and unique_ptr<T[]>Jonathan Wakely2016-12-151-2/+160
* PR77990 refactor unique_ptr to encapsulate tupleJonathan Wakely2016-10-191-1/+6
* Enable printers and xmethods for std::__cxx11::listJonathan Wakely2016-10-111-1/+1
* Replace casts with floordiv operator in Python xmethodsJonathan Wakely2016-09-201-3/+3
* libstdc++/77645 fix deque and vector xmethods for Python 3Jonathan Wakely2016-09-191-3/+3
* libstdc++/77645 Fix xmethods for std::listJonathan Wakely2016-09-191-5/+14
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* xmethods.py (UniquePtrMethodsMatcher): Add operator-> support.Doug Evans2015-05-261-0/+1
* re PR libstdc++/65839 (xmethods need updating once gdb decides how to fix 18285)Doug Evans2015-04-291-21/+114
* Use consistent naming for value type attributes.Doug Evans2015-04-291-27/+27
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* xmethods.py: Add xmethods for associative containers.Siva Chandra Reddy2014-11-111-0/+60
* xmethods.py: Add xmethods for std::array, std::deque, std::forward_list, std:...Siva Chandra Reddy2014-10-131-17/+382
* hook.in: Load the xmethods.Siva Chandra Reddy2014-09-101-0/+103