aboutsummaryrefslogtreecommitdiff
path: root/gdb/python
AgeCommit message (Expand)AuthorFilesLines
30 hoursgdb/dap: fix decode_sourceoltolm1-3/+3
8 daysgdb/python/guile: check if styling is disabled in Color.escape_sequenceAndrew Burgess1-2/+7
2025-04-29[gdb] Handle nullptr gdb_std{err,out} in {gdbpy,ioscm}_flushTom de Vries1-3/+6
2025-04-24gdb: fix some flake8 F824 warningsSimon Marchi11-33/+2
2025-04-24gdb/python: keyword arguments for gdb.Color.escape_sequenceAndrew Burgess1-14/+15
2025-04-24gdb/python: keyword args for Color.__init__Andrew Burgess1-1/+4
2025-04-23gdb/python: don't use PyObject_IsInstance in py-unwind.cAndrew Burgess1-3/+3
2025-04-23gdb/python: don't use PyObject_IsInstance in py-registers.cAndrew Burgess1-2/+1
2025-04-23gdb/python: don't use PyObject_IsInstance in gdbpy_is_colorAndrew Burgess1-1/+2
2025-04-23gdb/python: remove Py_TPFLAGS_BASETYPE from gdb.ColorAndrew Burgess1-1/+1
2025-04-23gdb/python: stop using PyObject_IsInstance in py-disasm.cAndrew Burgess1-5/+6
2025-04-22gdb/python: address some coding style issues in py-color.cAndrew Burgess1-17/+17
2025-04-22gdb/python: remove stray white space in error messageAndrew Burgess1-1/+1
2025-04-22gdb/python: fix memory leak of gdb.Color objectsAndrew Burgess1-1/+0
2025-04-17Clean up value_struct_elt_bitposTom Tromey1-2/+1
2025-04-08Update copyright dates to include 2025Tom Tromey114-114/+114
2025-04-07[gdb/cli] Use debug info language to pick pygments lexerTom de Vries2-5/+19
2025-04-03Make gdb/python codespell-cleanTom Tromey1-1/+1
2025-03-27gdb/dap - Add CompletionsRequestoltolm3-2/+80
2025-03-20[gdb/build] Fix build with gcc 9Tom de Vries1-1/+1
2025-03-19gdb/python: convert gdb.Symtab_and_line to use gdbpy_registryJan Vrany1-36/+11
2025-03-19gdb/python: convert gdb.Symtab to use gdbpy_registryJan Vrany1-59/+14
2025-03-19gdb/python: convert gdb.Type to use gdbpy_registryJan Vrany1-92/+21
2025-03-19gdb/python: convert gdb.Symbol to use gdbpy_registryJan Vrany1-67/+12
2025-03-19gdb/python: introduce gdbpy_registryJan Vrany1-0/+195
2025-03-19gdb/python: do not hold on gdb.Type object from gdb.ValueJan Vrany1-33/+7
2025-03-19gdb/python: preserve identity for gdb.Type objectsJan Vrany1-15/+76
2025-03-19gdb/python: do not hold on gdb.Symtab object from gdb.Symtab_and_lineJan Vrany2-53/+22
2025-03-19gdb/python: preserve identity for gdb.Symbol objectsJan Vrany1-12/+50
2025-03-19gdb/python: preserve identity for gdb.Symtab objectsJan Vrany1-1/+17
2025-03-19gdb/python: new styling argument to gdb.executeAndrew Burgess1-6/+33
2025-03-18gdb: split up construct_inferior_argumentsAndrew Burgess1-1/+1
2025-03-18Use gdb unordered set and map in Python layerTom Tromey2-4/+4
2025-03-15gdb/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