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