gdb: Update my email address in MAINTAINERS
[binutils-gdb.git] / gdb / testsuite / gdb.python /
2022-11-29 Simon Marchigdb/testsuite: make gdb_unload use gdb_test_multiple
2022-11-28 Andrew Burgessgdb/testsuite: remove use of then keyword from gdb...
2022-11-18 Johnson SunFix deletion of FinishBreakpoints
2022-11-17 Andrew Burgessgdb/testsuite: fix failure in gdb.python/py-send-packet.exp
2022-11-10 Simon Marchigdb: add prepare_reinflate/reinflate around print_frame...
2022-10-24 Tom de Vries[gdb/testsuite] Add skip_python_tests in gdb.python...
2022-10-21 Maciej W. RozyckiGDB/Python: Make `None' stand for `unlimited' in settin...
2022-10-21 Maciej W. RozyckiGDB/testsuite: Expand Python integer parameter coverage...
2022-10-19 Tom de Vries[gdb/testsuite] Fix ERROR in gdb.python/py-breakpoint.exp
2022-10-18 Carl LoveUpdate tests to use skip_hw_watchpoint_tests to test...
2022-10-11 Bruno Larsengdb/testsuite: Fix formatting of python script
2022-10-10 Bruno Larsengdb/frame: Add reinflation method for frame_info_ptr
2022-10-10 Andrew Burgessgdb/testsuite: use 'end' at the end of python blocks
2022-10-07 Tom de Vries[gdb/testsuite] Fix DUPLICATEs with remote-gdbserver...
2022-09-22 Andrew Burgessgdb/python: restrict the names accepted by gdb.register...
2022-08-30 Tom TromeyFix flush for sys.stderr
2022-08-21 Tom TromeyFix crash in gdbpy_parse_register_id
2022-08-17 Maciej W. RozyckiGDB/testsuite: Fix PARAM_ZUINTEGER reported for PARAM_Z...
2022-07-28 Simon Farregdb/python: Add BreakpointLocation type
2022-07-25 Andrew Burgessgdb/python: fix invalid use disassemble_info::stream
2022-07-24 Enze Ligdb/testsuite: add a clear test to py-breakpoint.exp
2022-07-18 Tom TromeyAdd gdb.free_objfile event registry
2022-07-15 Tom TromeyAdd 'nibbles' to gdb.print_options
2022-07-15 Tom TromeyAdd 'summary' mode to Value.format_string
2022-07-15 Tom TromeyExpose current 'print' settings to Python
2022-07-15 Tom TromeyRun 'black' on gdb
2022-07-08 Tom TromeyAccept gdb.Value in more Python APIs
2022-07-08 Tom TromeyHandle bool specially in gdb.set_parameter
2022-07-05 Tom TromeyMake 'import gdb.events' work
2022-06-27 Tom de Vries[gdb/testsuite] Handle older python in gdb.python/py...
2022-06-24 Andrew Burgessgdb/testsuite: remove unneeded calls to get_compiler_info
2022-06-18 Enze Ligdb/python: Export nibbles to python layer
2022-06-15 Andrew Burgessgdb/python: implement the print_insn extension language...
2022-06-14 Tom de Vries[gdb/testsuite] Handle unordered dict in gdb.python...
2022-06-06 Andrew Burgessgdb/testsuite: add missing skip_python_tests call in...
2022-06-01 Tom TromeyAdd gdb.current_language and gdb.Frame.language
2022-05-28 Andrew Burgessgdb/python: improve formatting of help text for user...
2022-05-17 Pedro AlvesFix gdb.python/py-connection.exp with remote targets
2022-05-17 Pedro AlvesFix bogus gdb_test invocations
2022-05-16 Bruno Larsengdb/testsuite: fix "continue outside of loop" TCL errors
2022-04-21 Simon Marchigdb/testsuite: fix "set temporary breakpoint" DUPLICATEs
2022-04-21 Enze Ligdb/testsuite: add binary testcases to py-format-string.exp
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
next