aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.python/python.exp
AgeCommit message (Expand)AuthorFilesLines
2024-02-27Rewrite "python" command exception handlingTom Tromey1-5/+5
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-06-03[gdb] Fix typosTom de Vries1-1/+1
2023-05-05gdb/testsuite: more newline pattern cleanupAndrew Burgess1-1/+1
2023-04-27gdb/testsuite: special case '^' in gdb_test patternAndrew Burgess1-1/+1
2023-01-26Use clean_restart in gdb.pythonTom Tromey1-4/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-11-28gdb/testsuite: remove use of then keyword from gdb.python/*.expAndrew Burgess1-3/+3
2022-08-30Fix flush for sys.stderrTom Tromey1-2/+2
2022-07-08Accept gdb.Value in more Python APIsTom Tromey1-0/+3
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-10-13[gdb/testsuite] Require use_gdb_stub == 0 where appropriateTom de Vries1-17/+20
2021-10-13[gdb/testsuite] Fix test name in gdb.python/python.expTom de Vries1-4/+11
2021-09-30gdb/testsuite: make runto_main not pass no-message to runtoSimon Marchi1-3/+0
2021-08-12Improve forward progress test in python.expCarl Love1-1/+16
2021-06-08Use is/is not to check for None in python code.Lancelot SIX1-1/+1
2021-02-08gdb/python: reformat an error stringAndrew Burgess1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-09-26gdb: Fix from_tty argument to gdb.execute in Python.Gareth Rees1-0/+13
2020-06-26Make test names unique in python.exp and guile.expPhilippe Waroquiers1-56/+62
2020-06-22Add tests for new alias default-args related commands and arguments.Philippe Waroquiers1-1/+1
2020-01-14Fix valgrind error from gdb.decode_lineTom Tromey1-0/+4
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-1/+1
2019-08-15Rename internal Python functions to start with an underscoreChristian Biesinger1-2/+2
2019-07-29[gdb/testsuite] Fix python.exp with check-read1Tom de Vries1-2/+2
2019-05-17testsuite: Disable some tests when loggingAlan Hayward1-1/+4
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-21Make command-repeat work after gdb.executeBenno Fünfstück1-0/+1
2018-09-23Report Python errors coming from gdb.post_eventTom Tromey1-1/+12
2018-09-17python: Make gdb.execute("show commands") work (PR 23669)Simon Marchi1-0/+4
2018-06-05Add "continue" response to pagerTom Tromey1-6/+6
2018-05-31Add basic Python API for convenience variablesTom Tromey1-0/+20
2018-05-04Let gdb.execute handle multi-line commandsTom Tromey1-0/+3
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-01-20Make gdb.python/python.exp more robustLuis Machado1-1/+15
2017-01-01update copyright year range in GDB filesJoel Brobecker1-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_multipleLuis Machado1-1/+1
2016-12-01Fix test names starting with uppercase using gdb_test on a single line.Luis Machado1-29/+29
2016-12-01Fix test names starting with uppercase output by basic functionsLuis Machado1-4/+4
2016-10-07python: accept address and explicit locations in gdb.decode_lineMarkus Metzger1-0/+7
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-10-26PR python/18938: source -s foo.py with foo.py a symlink to foo.notpy failsDoug Evans1-0/+13
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-01Fix Python help() test for Python 3Simon Marchi1-1/+1
2014-11-02Match the working directory on remote hostYao Qi1-1/+8
2014-10-29PR python/17372 - Python hangs when displaying help()Pedro Alves1-0/+16
2014-10-15Fix file name matching on remote host.Yao Qi1-3/+15
2014-10-15Clean up gdb.python/ testsYao Qi1-3/+3