aboutsummaryrefslogtreecommitdiff
path: root/gdb/python
AgeCommit message (Expand)AuthorFilesLines
10 daysgdb/python: convert gdb.Symtab_and_line to use gdbpy_registryJan Vrany1-36/+11
10 daysgdb/python: convert gdb.Symtab to use gdbpy_registryJan Vrany1-59/+14
10 daysgdb/python: convert gdb.Type to use gdbpy_registryJan Vrany1-92/+21
10 daysgdb/python: convert gdb.Symbol to use gdbpy_registryJan Vrany1-67/+12
10 daysgdb/python: introduce gdbpy_registryJan Vrany1-0/+195
10 daysgdb/python: do not hold on gdb.Type object from gdb.ValueJan Vrany1-33/+7
10 daysgdb/python: preserve identity for gdb.Type objectsJan Vrany1-15/+76
10 daysgdb/python: do not hold on gdb.Symtab object from gdb.Symtab_and_lineJan Vrany2-53/+22
10 daysgdb/python: preserve identity for gdb.Symbol objectsJan Vrany1-12/+50
10 daysgdb/python: preserve identity for gdb.Symtab objectsJan Vrany1-1/+17
10 daysgdb/python: new styling argument to gdb.executeAndrew Burgess1-6/+33
11 daysgdb: split up construct_inferior_argumentsAndrew Burgess1-1/+1
11 daysUse gdb unordered set and map in Python layerTom Tromey2-4/+4
14 daysgdb/python: remove unused argument from builtin_disassembleAndrew Burgess1-19/+10
2025-03-15gdb/python: handle non-utf-8 character from gdb.execute()Andrew Burgess1-1/+2
2025-03-11Use gdb map in py-connection.cTom Tromey1-4/+3
2025-03-10Fix check-include-guards.pyTom Tromey1-3/+3
2025-03-06[gdb/python] Fix typosTom de Vries3-5/+5
2025-03-06[gdb/python] Fix typos in libTom de Vries2-2/+2
2025-03-03Bploc should try to return full pathSimon Farre1-3/+22
2025-02-27gdb, gdbserver, gdbsupport: fix some namespace comment formattingSimon Marchi1-1/+1
2025-02-18[gdb] Fix some typosTom de Vries1-1/+1
2025-02-14gdb/python/dap: prefix internal attributes with underscoreSimon Marchi7-118/+116
2025-02-04gdb/python: add void_type () method to gdb.Architecture objectJan Vrany1-1/+15
2025-02-04gdb/python: add domain property to gdb.SymbolJan Vrany1-1/+15
2025-02-04gdb/python: add subblocks property to gdb.BlockJan Vrany1-1/+34
2025-02-03pre-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