aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/libstdc++-xmethods
AgeCommit message (Expand)AuthorFilesLines
2025-01-02Update copyright years.Jakub Jelinek9-9/+9
2024-01-03Update copyright years.Jakub Jelinek9-9/+9
2023-11-15libstdc++: Fix std::deque::operator[] Xmethod [PR112491]Jonathan Wakely1-1/+5
2023-11-14libstdc++: Fix std::deque::size() Xmethod [PR112491]Jonathan Wakely1-0/+20
2023-09-07libstdc++: Remove trailing whitespace from dejagnu filesJonathan Wakely1-2/+2
2023-03-10libstdc++: Fix GDB Xmethod for std::shared_ptr::use_count() [PR109064]Jonathan Wakely1-0/+7
2023-01-16Update copyright years.Jakub Jelinek9-9/+9
2022-10-03libstdc++: Disable hosted-only tests [PR103626]Arsen Arsenović1-0/+1
2022-01-03Update copyright years.Jakub Jelinek9-9/+9
2021-01-04Update copyright years.Jakub Jelinek9-9/+9
2020-01-01Update copyright years.Jakub Jelinek9-9/+9
2019-01-01Update copyright years.Jakub Jelinek9-9/+9
2018-01-03Update copyright years.Jakub Jelinek9-9/+9
2017-01-01Update copyright years.Jakub Jelinek9-9/+9
2016-12-15Add GDB XMethods for shared_ptr and unique_ptr<T[]>Jonathan Wakely2-6/+85
2016-10-11Enable printers and xmethods for std::__cxx11::listJonathan Wakely1-3/+0
2016-08-26Use effective-target instead of -std optionsJonathan Wakely4-8/+8
2016-08-26Restore dg-interpreter-batch-mode for libstdc++ testsJonathan Wakely1-6/+1
2016-01-04Update copyright years.Jakub Jelinek8-8/+8
2015-05-26xmethods.py (UniquePtrMethodsMatcher): Add operator-> support.Doug Evans1-1/+18
2015-04-29re PR libstdc++/65839 (xmethods need updating once gdb decides how to fix 18285)Doug Evans7-0/+39
2015-04-29list.cc (_GLIBCXX_USE_CXX11_ABI): Define to zero.Doug Evans1-0/+3
2015-01-05Update copyright years.Jakub Jelinek8-8/+8
2014-11-11associative-containers.cc: Add new file missed from earlier commit.Siva Chandra Reddy1-0/+79
2014-10-13xmethods.py: Add xmethods for std::array, std::deque, std::forward_list, std:...Siva Chandra Reddy5-8/+254
2014-09-15Makefile.in (dg_target_exps): Remove.Jakub Jelinek1-0/+9
2014-09-10hook.in: Load the xmethods.Siva Chandra Reddy3-0/+125