aboutsummaryrefslogtreecommitdiff
path: root/gdb/python
AgeCommit message (Expand)AuthorFilesLines
36 hoursgdb/python: fix reference leak in gdb.BreakpointLocation.thread_groupsAndrew Burgess1-1/+1
7 daysgdb/python: missing PyObject_IsTrue error check in bppy_initAndrew Burgess1-6/+7
7 daysgdb/python: missing PyObject_IsTrue error check in micmdpy_set_installedAndrew Burgess1-1/+10
7 daysgdb/python: missing PyObject_IsTrue error check in py-arch.cAndrew Burgess1-5/+6
7 daysgdb/python: remove some additional PyObject_IsTrue callsAndrew Burgess2-5/+6
7 daysgdb/python: remove PyObject_IsTrue call in gdbpy_handle_missing_debuginfoAndrew Burgess1-1/+3
10 daysCall gdbpy_fix_doc_string_indentation for function helpTom Tromey1-0/+2
10 daysgdb: fix missing operator % on xmethod matcher outputPedro Silva1-3/+8
11 daysgdb/python: implement Python find_exec_by_build_id hookAndrew Burgess7-230/+581
11 daysgdb: rename ext_lang_missing_debuginfo_resultAndrew Burgess1-6/+6
2024-11-01Add gdb.events.tui_enabledTom Tromey3-0/+34
2024-10-18Require a command argument in gdb.execute_miTom Tromey1-0/+7
2024-10-06[gdb] Fix common misspellingsTom de Vries1-1/+1
2024-10-03gdb-dap: disable events when deleting breakpointsoltolm1-3/+3
2024-09-30Add line-number stylingTom Tromey3-3/+5
2024-09-25[gdb/python] Make sure python sys.exit makes gdb exitTom de Vries1-0/+29
2024-09-25gdb, gdbserver, python, testsuite: Remove MPX.Schimpe, Christina1-39/+0
2024-09-25gdb, testsuite, python: Add missing imports.Schimpe, Christina1-0/+1
2024-09-24btrace: Add support for interrupt events.Felix Willgerodt1-3/+3
2024-09-24[gdb/python] Use gdbpy_handle_gdb_exception in valpy_assign_coreTom de Vries1-2/+1
2024-09-24[gdb/python] Eliminate GDB_PY_SET_HANDLE_EXCEPTIONTom de Vries7-21/+14
2024-09-24[gdb/python] Eliminate GDB_PY_HANDLE_EXCEPTIONTom de Vries23-136/+129
2024-09-24[gdb/python] Add gdbpy_handle_gdb_exceptionTom de Vries1-9/+19
2024-09-23Automatically add types to Python modulesTom Tromey34-230/+93
2024-09-13gdb dap: introduce stopOnEntry optionoltolm1-1/+2
2024-09-13Add quoting to 'file' invocations in DAPTom Tromey1-3/+14
2024-09-10gdb/python: avoid depending on the curses libraryAndrew Burgess1-3/+27
2024-09-07Remove tui_wrefreshTom Tromey1-2/+2
2024-09-07Rename tui_suppress_outputTom Tromey1-0/+10
2024-09-07gdb: split apart two different types of filename completionAndrew Burgess1-1/+1
2024-08-27[gdb/python] Use GDB_PY_SET_HANDLE_EXCEPTION more oftenTom de Vries4-8/+4
2024-08-27[gdb/python] Use GDB_PY_HANDLE_EXCEPTION more oftenTom de Vries12-29/+14
2024-08-22[gdb] Add const to catch gdb_exceptionTom de Vries3-6/+6
2024-08-22[gdb/python] Eliminate catch(...) in type_to_type_objectTom de Vries1-1/+5
2024-08-16Fix DAP failure when fetching global variablesTom Tromey1-1/+2
2024-08-14Log gdb version and configuration in DAPTom Tromey1-0/+3
2024-08-14Fix failure with C++ exceptions in DAPTom Tromey1-1/+4
2024-08-14Make DAP instruction breakpoints unverifiedTom Tromey1-2/+7
2024-08-14Introduce exec_mi_and_log for DAPTom Tromey4-9/+20
2024-08-14btrace, python: Enable ptwrite filter registration.Felix Willgerodt4-0/+185
2024-08-14python: Add clear() to gdb.Record.Felix Willgerodt3-0/+32
2024-08-14python: Introduce gdb.RecordAuxiliary class.Felix Willgerodt4-16/+140
2024-08-12gdb: drop struct keyword when using bound_minimal_symbolSimon Marchi1-2/+2
2024-08-08[gdb/python] Fix handling of ^C during disassemblyTom de Vries1-1/+1
2024-07-24[gdb/exp] Allow internal function to indicate return typeTom de Vries1-1/+2
2024-07-23Add returnValue scope to DAPTom Tromey1-12/+11
2024-07-16gdb, gdbserver, gdbsupport: use [[noreturn]] instead of ATTRIBUTE_NORETURNSimon Marchi1-3/+2
2024-07-15gdb: pass program space to get_current_source_symtab_and_lineSimon Marchi1-1/+1
2024-07-15gdb: make objfile::pspace privateSimon Marchi1-1/+1
2024-06-24Rename symtab::fullnameTom Tromey1-2/+2