gdb/testsuite: make gdb.ada/mi_prot.exp stop at expected location
[binutils-gdb.git] / gdb / testsuite / gdb.python /
2022-04-06 Simon Marchigdb: don't copy entirely optimized out values in value_copy
2022-03-29 Andrew Burgessgdb/testsuite: fix copy & paste error in gdb.python...
2022-03-24 Simon Marchigdb/testsuite: remove gdb.python/pretty-print-call...
2022-03-23 Simon Marchigdb/python: remove Python 2 support
2022-03-22 Andrew Burgessgdb/python: add gdb.format_address function
2022-03-21 Simon Marchigdb/testsuite: reformat gdb.python/pretty-print-call...
2022-03-21 Bruno Larsen[gdb/testsuite] test a function call by hand from prett...
2022-03-19 Simon Marchigdb/python: remove gdb._mi_commands dict
2022-03-14 Andrew Burgessgdb/python/mi: create MI commands using python
2022-03-07 Andrew Burgessgdb/testsuite: add new test for comparing char types...
2022-03-07 Andrew Burgessgdb/python: add Type.is_signed property
2022-03-07 Andrew Burgessgdb/python: add Type.is_scalar property
2022-02-28 Andrew Burgessgdb/python: Add gdb.InferiorThread.details attribute
2022-02-07 Andrew Burgessgdb/python: allow Value.format_string to return styled...
2022-01-26 Andrew Burgessgdb/python: handle non utf-8 characters when source...
2022-01-26 Andrew Burgessgdb/python: improve the auto help text for gdb.Parameter
2022-01-26 Andrew Burgessgdb/python: add gdb.history_count function
2022-01-26 Tom TromeyAdd a way to temporarily set a gdb parameter from Python
2022-01-26 Tom TromeyFix another crash with gdb parameters in Python
2022-01-26 Tom TromeyChange how Python architecture and language are handled
2022-01-12 Andrew Burgessgdb/python: add gdb.host_charset function
2022-01-12 Tankut Baris Aktemurgdb/testsuite: fix gdb.python/py-events.exp for finding...
2022-01-05 Hannes DomaniFix inferior_thread attribute in new_thread event
2022-01-03 Tom de Vries[gdb/testsuite] Handle for loop initial decl with gcc...
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-12-16 Simon Marchigdb: re-format with black 21.9b0
2021-12-08 Andrew Burgessgdb/python: Use tp_init instead of tp_new to setup...
2021-12-03 Andrew Burgessgdb/testsuite: give a test a real name
2021-11-30 Andrew Burgessgdb/python: don't use the 'p' format for parsing args
2021-11-30 Andrew Burgessgdb/testsuite: check the python module is available...
2021-11-30 Andrew Burgessgdb/python: add gdb.RemoteTargetConnection.send_packet
2021-11-30 Andrew Burgessgdb/python: introduce gdb.TargetConnection object type
2021-10-29 Tom TromeyAdd gdb.Architecture.integer_type Python function
2021-10-22 Andrew Burgessgdb/python: new gdb.architecture_names function
2021-10-13 Tom de Vries[gdb/testsuite] Require use_gdb_stub == 0 where appropriate
2021-10-13 Tom de Vries[gdb/testsuite] Fix test name in gdb.python/python.exp
2021-10-05 Andrew Burgessgdb/python: fix memory leak in python inferior code
2021-10-05 Andrew Burgessgdb/python: add a new gdb_exiting event
2021-10-05 Andrew Burgessgdb/python: update events test to handle missing exit_code
2021-09-30 Simon Marchigdb/testsuite: make runto_main not pass no-message...
2021-09-29 Tom de Vries[gdb/testsuite] Fix gdb.python/py-breakpoint.exp with...
2021-09-25 Tom de Vries[gdb/testsuite] Minimize gdb restarts
2021-09-22 Tom de Vries[gdb/testsuite] Fix gdb.python/py-events.exp
2021-09-10 Tom de Vries[gdb/testsuite] Fix handling of nr_args < 3 in mi_gdb_test
2021-09-07 Andrew Burgessgdb/python: new function to add values into GDB's history
2021-08-16 Patrick MonneratNotify observer of breakpoint auto-disabling
2021-08-12 Carl LoveImprove forward progress test in python.exp
2021-08-05 Zoran ZaricReplace the symbol needs evaluator with a parser
2021-08-02 Tom TromeyAvoid crash in varobj deletion
2021-07-23 Simon Marchigdb/testsuite: split gdb.python/py-parameter.exp in...
2021-07-23 Carl LoveFix for gdb.python/py-breakpoint.exp
2021-07-14 Tom de Vries[gdb/testsuite] Add missing skip_tui_tests
2021-06-25 Andrew Burgessgdb/python: allow for catchpoint type breakpoints in...
2021-06-21 Andrew Burgessgdb/python: add PendingFrame.level and Frame.level...
2021-06-21 Andrew Burgessgdb/python: handle saving user registers in a frame...
2021-06-08 Lancelot SIXUse is/is not to check for None in python code.
2021-06-05 Hannes DomaniFix symbol constants tests for Python 3
2021-06-03 Magne Hovgdb: fix eval.c assert during inferior exit event
2021-06-03 Hannes DomaniRestore gdb.SYMBOL_LABEL_DOMAIN constant
2021-05-17 Simon Marchigdb/testsuite: rename .py.in files to .py
2021-05-17 Simon Marchigdb: add pyproject.toml
2021-05-14 Tankut Baris Aktemurgdb/python: add a 'connection_num' attribute to Inferio...
2021-05-14 Kent Cheunggdb: fix pretty printing max depth behaviour
2021-05-07 Simon Marchigdb: re-format Python files using black 21.4b0
2021-05-05 Simon Marchigdb: update Type.fields doc based on actual GDB behavior
2021-05-04 Simon Marchigdb/testsuite: adjust gdb.python/flexible-array-member...
2021-05-03 Andrew Burgessgdb/testsuite: update expected results in gdb.python...
2021-04-28 Andrew Burgessgdb: startup commands to control Python extension language
2021-04-27 Michael Weghorngdb: do autoload before notifying Python side in new_ob...
2021-04-22 Simon Marchigdb/testsuite: add Python support check in gdb.python...
2021-04-22 Simon Marchigdb: fix getting range of flexible array member in...
2021-04-15 Andrew Burgessgdb/testsuite: don't include paths in test names
2021-04-07 Andrew Burgessgdb/py: fix gdb.parameter('data-directory')
2021-03-26 Andrew Burgessgdb/testsuite: more testing of pretty printer 'array...
2021-03-16 Andrew Burgessgdb/python: fix FrameDecorator regression on Python 2
2021-03-15 Andrew Burgessgdb: use make_scoped_restore to restore gdbpy_current_o...
2021-03-12 Andrew Burgessgdb/testsuite: resolve remaining duplicate test names...
2021-03-12 Andrew Burgessgdb/testsuite: remove duplicate test from gdb.python...
2021-03-12 Andrew Burgessgdb/testsuite: check the correct Python variable in...
2021-03-12 Andrew Burgessgdb/testsuite: make test names unique in gdb.python...
2021-03-12 Andrew Burgessgdb/testsuite: remove a duplicate test
2021-03-12 Andrew Burgessgdb/testsuite: make test names unique in gdb.python...
2021-03-12 Andrew Burgessgdb/testsuite: make test names unique in gdb.python...
2021-03-12 Andrew Burgessgdb/testsuite: make test names unique in gdb.python...
2021-03-12 Andrew Burgessgdb/testsuite: make test names unique in gdb.python...
2021-03-12 Andrew Burgessgdb/testsuite: make test names unique in gdb.python...
2021-03-12 Andrew Burgessgdb/testsuite: make test names unique in gdb.python...
2021-03-12 Andrew Burgessgdb/testsuite: make test names unique in gdb.python...
2021-03-12 Andrew Burgessgdb/testsuite: make test names unique in gdb.python...
2021-03-12 Andrew Burgessgdb/testsuite: make test names unique in gdb.python...
2021-02-10 Alan Modragdb: Remove arm-symbianelf support
2021-02-08 Andrew Burgessgdb: return true in TuiWindow.is_valid only if TUI...
2021-02-08 Andrew Burgessgdb/python: don't allow the user to delete window title...
2021-02-08 Andrew Burgessgdb/python: reformat an error string
2021-01-21 Hannes DomaniAdd Python support for hardware breakpoints
2021-01-20 Tom de Vries[gdb/testsuite] Fix gdb.python/py-format-string.exp...
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-31 Simon Marchigdb/testsuite: de-duplicate test names in gdb.python...
2020-12-21 Markus Metzgertestsuite, gdb.python: make py-record-*.exp test names...
2020-12-21 Markus Metzgergdb, record: rephrase the 'not recording' error message
next