Age | Commit message (Expand) | Author | Files | Lines |
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 |
2024-06-19 | [gdb/build] Redo poisoning of PyObject_CallMethod | Tom de Vries | 1 | -3/+5 |
2024-06-19 | gdb/python/python-internal.h: avoid uninitialized constexpr | Lancelot SIX | 1 | -6/+18 |
2024-06-13 | Add gdbpy_call_method overloads for gdbpy_ref<> | Tom Tromey | 2 | -5/+14 |
2024-06-13 | Return gdbpy_ref<> from gdbpy_call_method | Tom Tromey | 6 | -29/+29 |
2024-06-12 | [gdb/python] Add typesafe wrapper around PyObject_CallMethod | Tom Tromey | 6 | -37/+79 |
2024-06-11 | fix division by zero in target_read_string() | Kilian Kilger | 1 | -1/+1 |
2024-06-10 | Make global_symbol_searcher::filenames private | Tom Tromey | 1 | -8/+1 |
2024-06-10 | [gdb/python] Fix GDB_PY_{LL,LLU}_ARG on platform without long long | Tom de Vries | 1 | -2/+2 |
2024-06-10 | [gdb/python] Fix gdb.python/py-disasm.exp on arm-linux | Tom de Vries | 1 | -5/+7 |
2024-06-10 | [gdb/python] Note that python 3.6 assumes long long support | Tom de Vries | 1 | -2/+13 |