aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.python/py-xmethods.exp
AgeCommit message (Expand)AuthorFilesLines
2023-01-13Rename to allow_cplus_tests and allow_stl_testsTom Tromey1-1/+1
2023-01-13Use "require" for Python testsTom Tromey1-7/+1
2023-01-13Use require !skip_cplus_testsTom Tromey1-4/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-05-17Fix bogus gdb_test invocationsPedro Alves1-0/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-10-31[gdb/testsuite] Remove superfluous 3rd argument from gdb_test call (2)Tom de Vries1-2/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-02-10Fix Python test to use lowercase commandTom Tromey1-2/+2
2017-01-20Fix uppercase test names in gdb.python/py-xmethods.expLuis Machado1-20/+26
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-23Fix more cases of improper test namesLuis Machado1-1/+1
2016-12-01Fix test names starting with uppercase using multi-line gdb_test/mi_gdb_testLuis Machado1-1/+1
2016-12-01Fix test names starting with uppercase using gdb_test_no_outputLuis Machado1-1/+1
2016-12-01Fix test names starting with uppercase using gdb_test on a single line.Luis Machado1-33/+33
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-05-09[Python] Add methods reference_value and const_value to gdb.Value.Siva Chandra1-0/+2
2015-05-08[PR python/18291] Fix printing of "disabled" status of xmethod matchers.Siva Chandra1-0/+3
2015-04-29PR python/18285Doug Evans1-2/+11
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-10-20Don't remove files copied to hostYao Qi1-2/+0
2014-06-23Align behavior of xmethod commands with that of pretty-printer commands.Siva Chandra1-7/+7
2014-06-18Make xmethods tests not to depend on inferior IO.Siva Chandra1-14/+40
2014-06-03Xmethod support in Python.Siva Chandra1-0/+127