Age | Commit message (Expand) | Author | Files | Lines |
2024-11-14 | gdb/python: remove PyObject_IsTrue call in gdbpy_handle_missing_debuginfo | Andrew Burgess | 1 | -1/+3 |
2024-11-10 | gdb/python: implement Python find_exec_by_build_id hook | Andrew Burgess | 1 | -1/+107 |
2024-11-10 | gdb: rename ext_lang_missing_debuginfo_result | Andrew Burgess | 1 | -6/+6 |
2024-09-24 | [gdb/python] Eliminate GDB_PY_HANDLE_EXCEPTION | Tom de Vries | 1 | -5/+5 |
2024-09-23 | Automatically add types to Python modules | Tom Tromey | 1 | -1/+1 |
2024-08-27 | [gdb/python] Use GDB_PY_HANDLE_EXCEPTION more often | Tom de Vries | 1 | -2/+1 |
2024-08-14 | btrace, python: Enable ptwrite filter registration. | Felix Willgerodt | 1 | -0/+2 |
2024-07-15 | gdb: pass program space to get_current_source_symtab_and_line | Simon Marchi | 1 | -1/+1 |
2024-06-10 | Make global_symbol_searcher::filenames private | Tom Tromey | 1 | -8/+1 |
2024-04-25 | gdb: remove gdbcmd.h | Simon Marchi | 1 | -1/+1 |
2024-04-23 | gdb: change return type of check_quit_flag to bool | Simon Marchi | 1 | -3/+3 |
2024-03-26 | gdb, gdbserver, gdbsupport: remove includes of early headers | Simon Marchi | 1 | -1/+0 |
2024-03-18 | Set __file__ when source'ing a Python script | Tom Tromey | 1 | -10/+63 |
2024-02-27 | Add extension_language_ops::shutdown | Tom Tromey | 1 | -3/+3 |
2024-02-27 | Rewrite final cleanups | Tom Tromey | 1 | -2/+2 |
2024-02-27 | Rewrite "python" command exception handling | Tom Tromey | 1 | -64/+45 |
2024-02-27 | Fix formatting buglet in python.c | Tom Tromey | 1 | -1/+1 |
2024-02-19 | gdb, python: selectively omit enabling stdin in gdb.execute | Tankut Baris Aktemur | 1 | -0/+29 |
2024-02-10 | gdb/python: fix 'set python ignore-environment' white space | Andrew Burgess | 1 | -4/+4 |
2024-02-07 | Raise exception if ambiguous name is used in gdb.parameter | Hannes Domani | 1 | -1/+4 |
2024-01-28 | Replace search_domain with domain_search_flags | Tom Tromey | 1 | -1/+1 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2023-12-13 | gdb: move gdbpy_gil into python-internal.h | Alexandra Hájková | 1 | -24/+0 |
2023-12-11 | Introduce gdb.interrupt | Tom Tromey | 1 | -0/+19 |
2023-11-21 | gdb: Replace gdb::optional with std::optional | Lancelot Six | 1 | -4/+4 |
2023-11-15 | Check gdb_python_module in gdbpy_handle_missing_debuginfo | Tom Tromey | 1 | -1/+1 |
2023-11-14 | gdb: implement missing debug handler hook for Python | Andrew Burgess | 1 | -1/+82 |
2023-10-23 | [gdb/python] Only include gdbsupport/selftest.h if GDB_SELF_TEST | Tom de Vries | 1 | -1/+4 |
2023-10-10 | gdb: remove target_gdbarch | Simon Marchi | 1 | -1/+1 |
2023-10-10 | gdb: add inferior::{arch, set_arch} | Simon Marchi | 1 | -1/+1 |
2023-10-10 | gdb/python: implement support for sending custom MI async notifications | Jan Vrany | 1 | -0/+4 |
2023-07-28 | Re-acquire GIL earlier in gdbpy_parse_and_eval | Tom Tromey | 1 | -2/+10 |
2023-06-03 | [gdb] Fix typos | Tom de Vries | 1 | -1/+1 |
2023-05-23 | Add global_context parameter to gdb.parse_and_eval | Tom Tromey | 1 | -6/+22 |
2023-05-23 | Implement gdb.execute_mi | Tom Tromey | 1 | -0/+5 |
2023-05-05 | gdb/python: add mechanism to manage Python initialization functions | Andrew Burgess | 1 | -37/+4 |
2023-05-01 | gdb: move struct ui and related things to ui.{c,h} | Simon Marchi | 1 | -0/+1 |
2023-04-06 | Use unique_xmalloc_ptr in apply_ext_lang_type_printers | Tom Tromey | 1 | -4/+6 |
2023-03-09 | gdb, gdbserver, gdbsupport: fix whitespace issues | Simon Marchi | 1 | -1/+1 |
2023-02-27 | Fix value chain use-after-free | Tom Tromey | 1 | -3/+5 |
2023-02-27 | gdb, python: do minor modernization in execute_gdb_command | Tankut Baris Aktemur | 1 | -12/+13 |
2023-02-13 | gdb/python: deallocate tui window factories at Python shut down | Andrew Burgess | 1 | -0/+1 |
2023-01-19 | GDB: Allow arbitrary keywords in integer set commands | Maciej W. Rozycki | 1 | -19/+37 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-12-15 | gdb: remove static buffer in command_line_input | Simon Marchi | 1 | -1/+1 |
2022-10-18 | gdb, python: use gdbarch_iterate_over_objfiles_in_search_order | Markus Metzger | 1 | -5/+2 |
2022-07-28 | gdb/python: Add BreakpointLocation type | Simon Farre | 1 | -0/+1 |
2022-07-25 | set/show python dont-write-bytecode fixes | Kevin Buettner | 1 | -7/+25 |
2022-07-21 | [gdb/python] Fix typo in test_python | Tom de Vries | 1 | -1/+1 |
2022-07-21 | [gdb/python] Fix python selftest with python 3.11 | Tom de Vries | 1 | -4/+7 |