Age | Commit message (Expand) | Author | Files | Lines |
2024-12-03 | [gdb/testsuite] Fix gdb.python/python.exp with --disable-tui | Tom de Vries | 1 | -0/+4 |
2024-09-23 | Automatically add types to Python modules | Tom Tromey | 1 | -0/+9 |
2024-02-27 | Rewrite "python" command exception handling | Tom Tromey | 1 | -5/+5 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2023-06-03 | [gdb] Fix typos | Tom de Vries | 1 | -1/+1 |
2023-05-05 | gdb/testsuite: more newline pattern cleanup | Andrew Burgess | 1 | -1/+1 |
2023-04-27 | gdb/testsuite: special case '^' in gdb_test pattern | Andrew Burgess | 1 | -1/+1 |
2023-01-26 | Use clean_restart in gdb.python | Tom Tromey | 1 | -4/+1 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-11-28 | gdb/testsuite: remove use of then keyword from gdb.python/*.exp | Andrew Burgess | 1 | -3/+3 |
2022-08-30 | Fix flush for sys.stderr | Tom Tromey | 1 | -2/+2 |
2022-07-08 | Accept gdb.Value in more Python APIs | Tom Tromey | 1 | -0/+3 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-10-13 | [gdb/testsuite] Require use_gdb_stub == 0 where appropriate | Tom de Vries | 1 | -17/+20 |
2021-10-13 | [gdb/testsuite] Fix test name in gdb.python/python.exp | Tom de Vries | 1 | -4/+11 |
2021-09-30 | gdb/testsuite: make runto_main not pass no-message to runto | Simon Marchi | 1 | -3/+0 |
2021-08-12 | Improve forward progress test in python.exp | Carl Love | 1 | -1/+16 |
2021-06-08 | Use is/is not to check for None in python code. | Lancelot SIX | 1 | -1/+1 |
2021-02-08 | gdb/python: reformat an error string | Andrew Burgess | 1 | -1/+1 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-09-26 | gdb: Fix from_tty argument to gdb.execute in Python. | Gareth Rees | 1 | -0/+13 |
2020-06-26 | Make test names unique in python.exp and guile.exp | Philippe Waroquiers | 1 | -56/+62 |
2020-06-22 | Add tests for new alias default-args related commands and arguments. | Philippe Waroquiers | 1 | -1/+1 |
2020-01-14 | Fix valgrind error from gdb.decode_line | Tom Tromey | 1 | -0/+4 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-10-31 | [gdb/testsuite] Remove superfluous 3rd argument from gdb_test call (2) | Tom de Vries | 1 | -1/+1 |
2019-08-15 | Rename internal Python functions to start with an underscore | Christian Biesinger | 1 | -2/+2 |
2019-07-29 | [gdb/testsuite] Fix python.exp with check-read1 | Tom de Vries | 1 | -2/+2 |
2019-05-17 | testsuite: Disable some tests when logging | Alan Hayward | 1 | -1/+4 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-11-21 | Make command-repeat work after gdb.execute | Benno Fünfstück | 1 | -0/+1 |
2018-09-23 | Report Python errors coming from gdb.post_event | Tom Tromey | 1 | -1/+12 |
2018-09-17 | python: Make gdb.execute("show commands") work (PR 23669) | Simon Marchi | 1 | -0/+4 |
2018-06-05 | Add "continue" response to pager | Tom Tromey | 1 | -6/+6 |
2018-05-31 | Add basic Python API for convenience variables | Tom Tromey | 1 | -0/+20 |
2018-05-04 | Let gdb.execute handle multi-line commands | Tom Tromey | 1 | -0/+3 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-01-20 | Make gdb.python/python.exp more robust | Luis Machado | 1 | -1/+15 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-12-01 | Fix test names starting with uppercase using multi-line gdb_test/mi_gdb_test | Luis Machado | 1 | -1/+1 |
2016-12-01 | Fix test names starting with uppercase using gdb_test_multiple | Luis Machado | 1 | -1/+1 |
2016-12-01 | Fix test names starting with uppercase using gdb_test on a single line. | Luis Machado | 1 | -29/+29 |
2016-12-01 | Fix test names starting with uppercase output by basic functions | Luis Machado | 1 | -4/+4 |
2016-10-07 | python: accept address and explicit locations in gdb.decode_line | Markus Metzger | 1 | -0/+7 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-10-26 | PR python/18938: source -s foo.py with foo.py a symlink to foo.notpy fails | Doug Evans | 1 | -0/+13 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-12-01 | Fix Python help() test for Python 3 | Simon Marchi | 1 | -1/+1 |
2014-11-02 | Match the working directory on remote host | Yao Qi | 1 | -1/+8 |
2014-10-29 | PR python/17372 - Python hangs when displaying help() | Pedro Alves | 1 | -0/+16 |