aboutsummaryrefslogtreecommitdiff
path: root/gdb/python
AgeCommit message (Expand)AuthorFilesLines
2025-06-26Change file initialization to use INIT_GDB_FILE macroTom Tromey6-18/+6
2025-06-24Allow DAP "threads" request when inferior is runningTom Tromey1-9/+14
2025-06-19gdb/python: introduce gdb.warning() functionAndrew Burgess1-0/+40
2025-06-17gdb/dap: allow more requests when the process is runningoltolm1-3/+3
2025-06-12Minor grammar fix in DAP commentTom Tromey1-1/+1
2025-06-06gdb/python/guile: remove some explicit calls to xmallocAndrew Burgess1-3/+2
2025-06-04gdb/python/guile: fix segfault from nested prefix command creationAndrew Burgess2-10/+23
2025-06-03gdb/python/guile: user created prefix commands get help listAndrew Burgess1-24/+57
2025-06-03Handle dynamic DW_AT_data_bit_offsetTom Tromey1-1/+1
2025-06-02Fix DAP defer_stop_events implementationTom Tromey4-53/+62
2025-06-02[gdb/python] Reimplement F405 fixTom de Vries1-10/+20
2025-05-30Require Python 3.4Tom Tromey3-21/+3
2025-05-29gdb/dap: fix completion request for empty stringsJorenar1-2/+5
2025-05-15gdb: rename ldirname to gdb_ldirnameAndreas Schwab1-1/+1
2025-05-14Fix some pre-commit nits in gdb/__init__.pyTom Tromey1-3/+3
2025-05-13gdb/python: new gdb.ParameterPrefix classAndrew Burgess1-0/+118
2025-05-13gdb/python: allow empty gdb.Parameter.__doc__ stringAndrew Burgess1-1/+17
2025-05-13gdb/python/guile: check for invalid prefixes in Command/Parameter creationAndrew Burgess1-1/+1
2025-05-12gdb/dap: fix decode_sourceoltolm1-3/+3
2025-05-06gdb/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