Age | Commit message (Expand) | Author | Files | Lines |
36 hours | gdb/python: fix reference leak in gdb.BreakpointLocation.thread_groups | Andrew Burgess | 1 | -1/+1 |
7 days | gdb/python: missing PyObject_IsTrue error check in bppy_init | Andrew Burgess | 1 | -6/+7 |
7 days | gdb/python: missing PyObject_IsTrue error check in micmdpy_set_installed | Andrew Burgess | 1 | -1/+10 |
7 days | gdb/python: missing PyObject_IsTrue error check in py-arch.c | Andrew Burgess | 1 | -5/+6 |
7 days | gdb/python: remove some additional PyObject_IsTrue calls | Andrew Burgess | 2 | -5/+6 |
7 days | gdb/python: remove PyObject_IsTrue call in gdbpy_handle_missing_debuginfo | Andrew Burgess | 1 | -1/+3 |
10 days | Call gdbpy_fix_doc_string_indentation for function help | Tom Tromey | 1 | -0/+2 |
10 days | gdb: fix missing operator % on xmethod matcher output | Pedro Silva | 1 | -3/+8 |
11 days | gdb/python: implement Python find_exec_by_build_id hook | Andrew Burgess | 7 | -230/+581 |
11 days | gdb: rename ext_lang_missing_debuginfo_result | Andrew Burgess | 1 | -6/+6 |
2024-11-01 | Add gdb.events.tui_enabled | Tom Tromey | 3 | -0/+34 |
2024-10-18 | Require a command argument in gdb.execute_mi | Tom Tromey | 1 | -0/+7 |
2024-10-06 | [gdb] Fix common misspellings | Tom de Vries | 1 | -1/+1 |
2024-10-03 | gdb-dap: disable events when deleting breakpoints | oltolm | 1 | -3/+3 |
2024-09-30 | Add line-number styling | Tom Tromey | 3 | -3/+5 |
2024-09-25 | [gdb/python] Make sure python sys.exit makes gdb exit | Tom de Vries | 1 | -0/+29 |
2024-09-25 | gdb, gdbserver, python, testsuite: Remove MPX. | Schimpe, Christina | 1 | -39/+0 |
2024-09-25 | gdb, testsuite, python: Add missing imports. | Schimpe, Christina | 1 | -0/+1 |
2024-09-24 | btrace: Add support for interrupt events. | Felix Willgerodt | 1 | -3/+3 |
2024-09-24 | [gdb/python] Use gdbpy_handle_gdb_exception in valpy_assign_core | Tom de Vries | 1 | -2/+1 |
2024-09-24 | [gdb/python] Eliminate GDB_PY_SET_HANDLE_EXCEPTION | Tom de Vries | 7 | -21/+14 |
2024-09-24 | [gdb/python] Eliminate GDB_PY_HANDLE_EXCEPTION | Tom de Vries | 23 | -136/+129 |
2024-09-24 | [gdb/python] Add gdbpy_handle_gdb_exception | Tom de Vries | 1 | -9/+19 |
2024-09-23 | Automatically add types to Python modules | Tom Tromey | 34 | -230/+93 |
2024-09-13 | gdb dap: introduce stopOnEntry option | oltolm | 1 | -1/+2 |
2024-09-13 | Add quoting to 'file' invocations in DAP | Tom Tromey | 1 | -3/+14 |
2024-09-10 | gdb/python: avoid depending on the curses library | Andrew Burgess | 1 | -3/+27 |
2024-09-07 | Remove tui_wrefresh | Tom Tromey | 1 | -2/+2 |
2024-09-07 | Rename tui_suppress_output | Tom Tromey | 1 | -0/+10 |
2024-09-07 | gdb: split apart two different types of filename completion | Andrew Burgess | 1 | -1/+1 |
2024-08-27 | [gdb/python] Use GDB_PY_SET_HANDLE_EXCEPTION more often | Tom de Vries | 4 | -8/+4 |
2024-08-27 | [gdb/python] Use GDB_PY_HANDLE_EXCEPTION more often | Tom de Vries | 12 | -29/+14 |
2024-08-22 | [gdb] Add const to catch gdb_exception | Tom de Vries | 3 | -6/+6 |
2024-08-22 | [gdb/python] Eliminate catch(...) in type_to_type_object | Tom de Vries | 1 | -1/+5 |
2024-08-16 | Fix DAP failure when fetching global variables | Tom Tromey | 1 | -1/+2 |
2024-08-14 | Log gdb version and configuration in DAP | Tom Tromey | 1 | -0/+3 |
2024-08-14 | Fix failure with C++ exceptions in DAP | Tom Tromey | 1 | -1/+4 |
2024-08-14 | Make DAP instruction breakpoints unverified | Tom Tromey | 1 | -2/+7 |
2024-08-14 | Introduce exec_mi_and_log for DAP | Tom Tromey | 4 | -9/+20 |
2024-08-14 | btrace, python: Enable ptwrite filter registration. | Felix Willgerodt | 4 | -0/+185 |
2024-08-14 | python: Add clear() to gdb.Record. | Felix Willgerodt | 3 | -0/+32 |
2024-08-14 | python: Introduce gdb.RecordAuxiliary class. | Felix Willgerodt | 4 | -16/+140 |
2024-08-12 | gdb: drop struct keyword when using bound_minimal_symbol | Simon Marchi | 1 | -2/+2 |
2024-08-08 | [gdb/python] Fix handling of ^C during disassembly | Tom de Vries | 1 | -1/+1 |
2024-07-24 | [gdb/exp] Allow internal function to indicate return type | Tom de Vries | 1 | -1/+2 |
2024-07-23 | Add returnValue scope to DAP | Tom Tromey | 1 | -12/+11 |
2024-07-16 | gdb, gdbserver, gdbsupport: use [[noreturn]] instead of ATTRIBUTE_NORETURN | Simon Marchi | 1 | -3/+2 |
2024-07-15 | gdb: pass program space to get_current_source_symtab_and_line | Simon Marchi | 1 | -1/+1 |
2024-07-15 | gdb: make objfile::pspace private | Simon Marchi | 1 | -1/+1 |
2024-06-24 | Rename symtab::fullname | Tom Tromey | 1 | -2/+2 |