Age | Commit message (Expand) | Author | Files | Lines |
6 days | gdb/dap - Add CompletionsRequest | oltolm | 3 | -2/+80 |
13 days | [gdb/build] Fix build with gcc 9 | Tom de Vries | 1 | -1/+1 |
14 days | gdb/python: convert gdb.Symtab_and_line to use gdbpy_registry | Jan Vrany | 1 | -36/+11 |
14 days | gdb/python: convert gdb.Symtab to use gdbpy_registry | Jan Vrany | 1 | -59/+14 |
14 days | gdb/python: convert gdb.Type to use gdbpy_registry | Jan Vrany | 1 | -92/+21 |
14 days | gdb/python: convert gdb.Symbol to use gdbpy_registry | Jan Vrany | 1 | -67/+12 |
14 days | gdb/python: introduce gdbpy_registry | Jan Vrany | 1 | -0/+195 |
14 days | gdb/python: do not hold on gdb.Type object from gdb.Value | Jan Vrany | 1 | -33/+7 |
14 days | gdb/python: preserve identity for gdb.Type objects | Jan Vrany | 1 | -15/+76 |
14 days | gdb/python: do not hold on gdb.Symtab object from gdb.Symtab_and_line | Jan Vrany | 2 | -53/+22 |
14 days | gdb/python: preserve identity for gdb.Symbol objects | Jan Vrany | 1 | -12/+50 |
14 days | gdb/python: preserve identity for gdb.Symtab objects | Jan Vrany | 1 | -1/+17 |
14 days | gdb/python: new styling argument to gdb.execute | Andrew Burgess | 1 | -6/+33 |
2025-03-18 | gdb: split up construct_inferior_arguments | Andrew Burgess | 1 | -1/+1 |
2025-03-18 | Use gdb unordered set and map in Python layer | Tom Tromey | 2 | -4/+4 |
2025-03-15 | gdb/python: remove unused argument from builtin_disassemble | Andrew Burgess | 1 | -19/+10 |
2025-03-15 | gdb/python: handle non-utf-8 character from gdb.execute() | Andrew Burgess | 1 | -1/+2 |
2025-03-11 | Use gdb map in py-connection.c | Tom Tromey | 1 | -4/+3 |
2025-03-10 | Fix check-include-guards.py | Tom Tromey | 1 | -3/+3 |
2025-03-06 | [gdb/python] Fix typos | Tom de Vries | 3 | -5/+5 |
2025-03-06 | [gdb/python] Fix typos in lib | Tom de Vries | 2 | -2/+2 |
2025-03-03 | Bploc should try to return full path | Simon Farre | 1 | -3/+22 |
2025-02-27 | gdb, gdbserver, gdbsupport: fix some namespace comment formatting | Simon Marchi | 1 | -1/+1 |
2025-02-18 | [gdb] Fix some typos | Tom de Vries | 1 | -1/+1 |
2025-02-14 | gdb/python/dap: prefix internal attributes with underscore | Simon Marchi | 7 | -118/+116 |
2025-02-04 | gdb/python: add void_type () method to gdb.Architecture object | Jan Vrany | 1 | -1/+15 |
2025-02-04 | gdb/python: add domain property to gdb.Symbol | Jan Vrany | 1 | -1/+15 |
2025-02-04 | gdb/python: add subblocks property to gdb.Block | Jan Vrany | 1 | -1/+34 |
2025-02-03 | pre-commit autoupdate | Simon Marchi | 1 | -1/+1 |
2025-01-17 | gdb: Migrate frame unwinders to use C++ classes | Guinevere Larsen | 1 | -23/+39 |
2025-01-17 | gdb: add "unwinder class" to frame unwinders | Guinevere Larsen | 1 | -0/+1 |
2025-01-13 | Fix AIX CI build break. | Aditya Vidyadhar Kamath | 1 | -1/+1 |
2025-01-13 | Handle case where DAP line can be None | Tom Tromey | 1 | -2/+2 |
2025-01-12 | Add an option with a color type. | Andrei Pikas | 4 | -3/+415 |
2025-01-09 | GDB: trad-frame: Store length of value_bytes in trad_frame_saved_reg | Thiago Jung Bauermann | 1 | -3/+4 |
2025-01-06 | Handle linesStartAt1 in DAP | Tom Tromey | 6 | -14/+50 |
2024-12-31 | Use 'flags' when expanding symtabs in gdbpy_lookup_static_symbols | Tom Tromey | 1 | -2/+1 |
2024-12-20 | Fix latent bug in gdbpy_lookup_static_symbols | Tom Tromey | 1 | -3/+4 |
2024-12-18 | Run check-include-guards.py | Tom Tromey | 10 | -30/+30 |
2024-12-16 | Re-run isort | Tom Tromey | 1 | -1/+1 |
2024-12-14 | [gdb/dap] Fix regressions with python 3.6 | Tom de Vries | 1 | -1/+2 |
2024-12-13 | gdb/dap: allow some requests when the process is running | oltolm | 2 | -2/+2 |
2024-12-13 | gdb-dap: fix gdb.error: Frame is invalid. | Oleg Tolmatcev | 2 | -18/+34 |
2024-12-09 | Introduce NoOpStringPrinter | Tom Tromey | 1 | -1/+39 |
2024-12-09 | Clean up 0-length handling in gdbpy_create_lazy_string_object | Tom Tromey | 1 | -8/+17 |
2024-12-09 | Reject non-string types in gdb.Value.lazy_string | Tom Tromey | 2 | -14/+3 |
2024-12-09 | Omit artificial symbols from DAP variables response | Tom Tromey | 3 | -1/+18 |
2024-12-09 | Defer DAP launch command until after configurationDone | Tom Tromey | 1 | -38/+114 |
2024-12-09 | Add DAP deferred requests | Tom Tromey | 1 | -24/+136 |
2024-12-09 | Allow cancellation of DAP-thread requests | Tom Tromey | 1 | -6/+18 |