aboutsummaryrefslogtreecommitdiff
path: root/gdb/python
AgeCommit message (Expand)AuthorFilesLines
7 daysgdb/python: add void_type () method to gdb.Architecture objectJan Vrany1-1/+15
7 daysgdb/python: add domain property to gdb.SymbolJan Vrany1-1/+15
7 daysgdb/python: add subblocks property to gdb.BlockJan Vrany1-1/+34
8 dayspre-commit autoupdateSimon Marchi1-1/+1
2025-01-17gdb: Migrate frame unwinders to use C++ classesGuinevere Larsen1-23/+39
2025-01-17gdb: add "unwinder class" to frame unwindersGuinevere Larsen1-0/+1
2025-01-13Fix AIX CI build break.Aditya Vidyadhar Kamath1-1/+1
2025-01-13Handle case where DAP line can be NoneTom Tromey1-2/+2
2025-01-12Add an option with a color type.Andrei Pikas4-3/+415
2025-01-09GDB: trad-frame: Store length of value_bytes in trad_frame_saved_regThiago Jung Bauermann1-3/+4
2025-01-06Handle linesStartAt1 in DAPTom Tromey6-14/+50
2024-12-31Use 'flags' when expanding symtabs in gdbpy_lookup_static_symbolsTom Tromey1-2/+1
2024-12-20Fix latent bug in gdbpy_lookup_static_symbolsTom Tromey1-3/+4
2024-12-18Run check-include-guards.pyTom Tromey10-30/+30
2024-12-16Re-run isortTom Tromey1-1/+1
2024-12-14[gdb/dap] Fix regressions with python 3.6Tom de Vries1-1/+2
2024-12-13gdb/dap: allow some requests when the process is runningoltolm2-2/+2
2024-12-13gdb-dap: fix gdb.error: Frame is invalid.Oleg Tolmatcev2-18/+34
2024-12-09Introduce NoOpStringPrinterTom Tromey1-1/+39
2024-12-09Clean up 0-length handling in gdbpy_create_lazy_string_objectTom Tromey1-8/+17
2024-12-09Reject non-string types in gdb.Value.lazy_stringTom Tromey2-14/+3
2024-12-09Omit artificial symbols from DAP variables responseTom Tromey3-1/+18
2024-12-09Defer DAP launch command until after configurationDoneTom Tromey1-38/+114
2024-12-09Add DAP deferred requestsTom Tromey1-24/+136
2024-12-09Allow cancellation of DAP-thread requestsTom Tromey1-6/+18
2024-12-09Refactor CancellationHandler in DAPTom Tromey1-18/+15
2024-12-09Add call_function_later to DAPTom Tromey1-0/+12
2024-12-09Reimplement DAP delayed eventsTom Tromey1-12/+12
2024-12-09Reimplement DAP's stopAtBeginningOfMainSubprogramTom Tromey1-5/+7
2024-12-03[gdb/python] Issue warning if python fails to initializeTom de Vries1-0/+35
2024-12-03[gdb/python] Handle empty PYTHONDONTWRITEBYTECODETom de Vries1-6/+16
2024-12-03[gdb/python] Warn and ignore ineffective python settingsTom de Vries1-25/+51
2024-12-03[gdb/python] Drop ATTRIBUTE_UNUSED on py_initialize_catch_abortTom de Vries1-6/+8
2024-12-03[gdb/python] Factor out and refactor py_initializeTom de Vries1-30/+49
2024-11-25Convert type copying to new hash tableSimon Marchi3-6/+6
2024-11-25Convert py-framefilter.c to new hash tableSimon Marchi1-30/+32
2024-11-23[gdb/contrib] Add two rules in common-misspellings.txtTom de Vries5-9/+9
2024-11-22[gdb/python] Handle failure to initialize without exitingTom de Vries1-2/+18
2024-11-22[gdb/python] Fix abort on Py_InitializeTom de Vries1-3/+42
2024-11-22[gdb/python] Handle !Py_IsInitialized () in gdbpy_initializeTom de Vries1-2/+9
2024-11-22[gdb/python] Ensure locale is restored in do_start_initializationTom de Vries1-11/+14
2024-11-20gdb/python: fix reference leak in gdb.BreakpointLocation.thread_groupsAndrew Burgess1-1/+1
2024-11-14gdb/python: missing PyObject_IsTrue error check in bppy_initAndrew Burgess1-6/+7
2024-11-14gdb/python: missing PyObject_IsTrue error check in micmdpy_set_installedAndrew Burgess1-1/+10
2024-11-14gdb/python: missing PyObject_IsTrue error check in py-arch.cAndrew Burgess1-5/+6
2024-11-14gdb/python: remove some additional PyObject_IsTrue callsAndrew Burgess2-5/+6
2024-11-14gdb/python: remove PyObject_IsTrue call in gdbpy_handle_missing_debuginfoAndrew Burgess1-1/+3
2024-11-11Call gdbpy_fix_doc_string_indentation for function helpTom Tromey1-0/+2
2024-11-11gdb: fix missing operator % on xmethod matcher outputPedro Silva1-3/+8
2024-11-10gdb/python: implement Python find_exec_by_build_id hookAndrew Burgess7-230/+581