]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/testsuite/gdb.python
gas: introduce .errif and .warnif
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.python /
27 hours ago  Simon Marchigdb/testsuite: remove spurious whitespace in gdb.python...
9 days ago  Tom de Vries[gdb/testsuite] Fix gdb.python/py-warning.exp with...
2025-06-19  Andrew Burgessgdb/python: introduce gdb.warning() function
2025-06-16  Tom de Vries[gdb/testsuite] Fix gdb.python/py-source-styling-2...
2025-06-04  Andrew Burgessgdb/python/guile: fix segfault from nested prefix comma...
2025-06-03  Andrew Burgessgdb/python/guile: user created prefix commands get...
2025-05-13  Andrew Burgessgdb/python: new gdb.ParameterPrefix class
2025-05-13  Andrew Burgessgdb/python: allow empty gdb.Parameter.__doc__ string
2025-05-13  Andrew Burgessgdb/python/guile: check for invalid prefixes in Command...
2025-05-06  Andrew Burgessgdb/python/guile: check if styling is disabled in Color...
2025-04-30  Tom de Vries[gdb/testsuite] Handle asm frame in gdb.python/py-missi...
2025-04-29  Tom de Vries[gdb/testsuite] Fix gdb.python/py-objfile.exp with...
2025-04-28  Tom de Vries[gdb/testsuite] Avoid generating gdb_leak_detector...
2025-04-24  Simon Marchigdb: fix some Python files formatting
2025-04-23  Andrew Burgessgdb/python: keyword arguments for gdb.Color.escape_sequence
2025-04-23  Andrew Burgessgdb/python: keyword args for Color.__init__
2025-04-23  Andrew Burgessgdb/python: don't use PyObject_IsInstance in py-unwind.c
2025-04-23  Andrew Burgessgdb/python: don't use PyObject_IsInstance in py-registers.c
2025-04-23  Andrew Burgessgdb/python: don't use PyObject_IsInstance in gdbpy_is_color
2025-04-23  Andrew Burgessgdb/python: remove Py_TPFLAGS_BASETYPE from gdb.Color
2025-04-23  Andrew Burgessgdb/python: stop using PyObject_IsInstance in py-disasm.c
2025-04-22  Andrew Burgessgdb/testsuite: fix incorrect comment in py-color.exp
2025-04-22  Andrew Burgessgdb/python: remove stray white space in error message
2025-04-22  Andrew Burgessgdb/python: fix memory leak of gdb.Color objects
2025-04-22  Andrew Burgessgdb/python: restructure the existing memory leak tests
2025-04-08  Tom TromeyUpdate copyright dates to include 2025
2025-04-07  Tom de Vries[gdb/cli] Use debug info language to pick pygments...
2025-03-21  Andrew Burgessgdb: check styled status of source cache entries
2025-03-19  Jan Vranygdb/python: preserve identity for gdb.Type objects
2025-03-19  Jan Vranygdb/python: preserve identity for gdb.Symtab objects
2025-03-19  Andrew Burgessgdb/python: new styling argument to gdb.execute
2025-03-15  Andrew Burgessgdb/python: handle non-utf-8 character from gdb.execute()
2025-02-28  Simon Marchigdb, gdbserver, gdbsupport: fix some namespace comment...
2025-02-14  Andrew Burgessgdb/testsuite: clean ups in gdb.python/py-source-stylin...
2025-02-13  Tom TromeyRemove assumption from py-symbol.exp
2025-02-13  Christina Schimpegdb, testsuite: Rename set_sanitizer procedures to...
2025-02-04  Jan Vranygdb/python: add void_type () method to gdb.Architecture...
2025-02-04  Jan Vranygdb/python: add domain property to gdb.Symbol
2025-02-04  Jan Vranygdb/python: add subblocks property to gdb.Block
2025-01-30  Tom de Vries[gdb/testsuite] Handle unordered dict in gdb.python...
2025-01-12  Andrei PikasAdd an option with a color type.
2025-01-06  Tom TromeyRemove "then" from test suite
2025-01-04  Tom de Vries[gdb/testsuite] Add gdb.python/py-commands-breakpoint.exp
2024-12-31  Tom TromeyUse 'flags' when expanding symtabs in gdbpy_lookup_stat...
2024-12-10  Tom de Vries[gdb/testsuite] Fix fails in gdb.python/py-arch-reg...
2024-12-09  Tom TromeyClean up 0-length handling in gdbpy_create_lazy_string_...
2024-12-09  Tom TromeyReject non-string types in gdb.Value.lazy_string
2024-12-09  Tom TromeyOmit artificial symbols from DAP variables response
2024-12-04  Tom de Vries[gdb/testsuite] Fix failure in gdb.python/py-startup...
2024-12-04  Tom TromeyUse ui-out table in "maint print reggroups"
2024-12-03  Tom de Vries[gdb/python] Handle empty PYTHONDONTWRITEBYTECODE
2024-12-03  Tom de Vries[gdb/testsuite] Fix gdb.python/py-startup-opt.exp with...
2024-12-03  Tom de Vries[gdb/testsuite] Fix gdb.python/python.exp with --disabl...
2024-11-22  Tom de Vries[gdb/python] Handle failure to initialize without exiting
2024-11-14  Andrew Burgessgdb/python: missing PyObject_IsTrue error check in...
2024-11-14  Andrew Burgessgdb/python: missing PyObject_IsTrue error check in...
2024-11-14  Andrew Burgessgdb/python: missing PyObject_IsTrue error check in...
2024-11-14  Andrew Burgessgdb/python: remove some additional PyObject_IsTrue...
2024-11-11  Andrew Burgessgdb/testsuite: fix typo 'unsupport' to 'unsupported'
2024-11-11  Tom TromeyRe-run isort
2024-11-10  Andrew Burgessgdb/python: implement Python find_exec_by_build_id...
2024-11-01  Tom TromeyAdd gdb.events.tui_enabled
2024-10-25  Tom de Vries[gdb/testsuite] Fix some test-cases for check-read1...
2024-10-18  Tom TromeyRequire a command argument in gdb.execute_mi
2024-10-07  Tom de Vries[gdb/testsuite] Fix gdb.python/py-inferior.exp with...
2024-10-06  Tom de Vries[gdb] Fix common misspellings
2024-09-27  Tom TromeyRe-run 'isort' on gdb tests
2024-09-26  Andrew Burgessgdb/testsuite: test for memory leaks in gdb.Inferior...
2024-09-25  Tom de Vries[gdb/python] Make sure python sys.exit makes gdb exit
2024-09-25  Simon Marchigdb/testsuite: format some Python files
2024-09-25  Schimpe, Christinagdb, gdbserver, python, testsuite: Remove MPX.
2024-09-25  Schimpe, Christinagdb, testsuite, python: Add missing imports.
2024-09-23  Tom TromeyAutomatically add types to Python modules
2024-09-16  Tom TromeyFix typo in py-arch.exp
2024-09-10  Andrew BurgessRevert "[gdb/testsuite] Handle missing curses in gdb...
2024-09-08  Tom de Vries[gdb/testsuite] Handle missing curses in gdb.python...
2024-08-29  Andrew Burgessgdb: reject inserting breakpoints between functions
2024-08-20  Tom de Vries[gdb/testsuite] Fix gdb.python/py-mi-cmd.exp with pytho...
2024-08-18  Tom de Vries[gdb] Prune inferior after switching inferior
2024-08-16  Felix Willgerodtgdb: Fix gdb.python/py-record-btrace.exp test
2024-08-14  Felix Willgerodtpython: Add clear() to gdb.Record.
2024-08-02  Guinevere Larsengdb/testsuite: fix gdb.python/py-framefilter-invalidarg...
2024-08-02  Guinevere Larsengdb/testsuite: add build-id compile flag to tests that...
2024-08-01  Tom de Vries[gdb/testsuite] Fix gdb.python/py-format-string.exp...
2024-07-31  Tom de Vries[gdb/testsuite] Fix trailing-text-in-parentheses duplicates
2024-07-31  Tom de Vries[gdb/testsuite] Add gdb.python/py-disasm-{exec,obj...
2024-06-24  Hannes DomaniFix gdb.lookup_type for function-local types
2024-06-20  Tom de Vries[gdb/testsuite] Fix gdb.python/py-format-address.exp...
2024-06-10  Tom de Vries[gdb/python] Fix gdb.python/py-disasm.exp on arm-linux
2024-06-04  Tom TromeyMemoize gdb.Block and make them hashable
2024-06-03  Hannes DomaniEnable call of overloaded subscript operator from python
2024-06-03  Hannes DomaniAllow calling of convenience functions with python
2024-05-03  Tom de Vries[gdb/testsuite] Use save_vars to restore GDBFLAGS
2024-05-03  Tom de Vries[gdb/testsuite] Remove superfluous -quiet and -ex set...
2024-04-26  Pedro Alvesgdb_is_target_remote -> gdb_protocol_is_remote
2024-04-26  Pedro Alvesgdb_is_target_native -> gdb_protocol_is_native
2024-04-18  Tom de Vries[gdb/testsuite] Use allocator_may_return_null=1 in...
2024-04-16  Tom de Vries[gdb/python] Throw MemoryError in inferior.read_memory...
2024-04-02  Tom TromeyRun isort
2024-03-29  Andrew Burgessgdb/testsuite: don't include port numbers in test names
next