aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/lib
AgeCommit message (Expand)AuthorFilesLines
2023-05-23Implement DAP loadedSources requestTom Tromey2-0/+41
2023-05-22Remove some FIXME comments from DAPTom Tromey4-7/+0
2023-05-12Implement DAP register scopeTom Tromey1-3/+17
2023-05-05Filter out types from DAP scopes requestTom Tromey1-1/+1
2023-04-03Add readMemory and writeMemory requests to DAPTom Tromey3-0/+57
2023-03-30gdb/python: Add new gdb.unwinder.FrameId classAndrew Burgess1-0/+26
2023-03-30gdb/python: make the gdb.unwinder.Unwinder class more robustAndrew Burgess1-2/+21
2023-03-24Implement repl evaluation for DAPTom Tromey1-3/+21
2023-03-24Fix race in DAP startupTom Tromey2-6/+10
2023-03-24[gdb/dap] Add logging of ignored linesTom de Vries1-1/+3
2023-03-15Fix formatting in gdb/printing.pyTom Tromey1-0/+3
2023-03-14Implement DAP variables, scopes, and evaluate requestsTom Tromey4-21/+322
2023-03-14Fix DAP frame bug with older versions of PythonTom Tromey1-18/+15
2023-03-06Fix DAP stackTrace through frames without debuginfoTom Tromey1-1/+1
2023-03-01gdb: update some copyright years (2022 -> 2023)Simon Marchi14-14/+14
2023-02-27gdb: reformat Python files with black 23.1.0Simon Marchi4-3/+3
2023-02-13Remove unused imports from gdb's Python codeTom Tromey4-5/+0
2023-02-10Ensure all DAP requests are keyword-onlyTom Tromey2-5/+5
2023-01-05[gdb/python] Avoid queue.SimpleQueue for python 3.6Tom de Vries2-2/+10
2023-01-02Initial implementation of Debugger Adapter ProtocolTom Tromey16-0/+1327
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker25-25/+25
2022-10-21GDB/Python: Make `None' stand for `unlimited' in setting integer parametersMaciej W. Rozycki1-3/+6
2022-10-02gdb/disasm: better intel flavour disassembly styling with PygmentsAndrew Burgess1-4/+55
2022-08-30Fix flush for sys.stderrTom Tromey1-12/+7
2022-07-15Run 'black' on gdbTom Tromey1-3/+4
2022-07-08Handle bool specially in gdb.set_parameterTom Tromey1-0/+7
2022-07-05Make 'import gdb.events' workTom Tromey1-0/+5
2022-06-15gdb/python: implement the print_insn extension language hookAndrew Burgess1-0/+178
2022-04-04Remove more Python 2 codeTom Tromey1-10/+1
2022-03-23gdb/python: remove Python 2 supportSimon Marchi5-34/+14
2022-03-18gdb/python: remove gdb._mi_commands dictSimon Marchi1-4/+0
2022-03-14gdb/python/mi: create MI commands using pythonAndrew Burgess1-0/+4
2022-02-14gdb/python: move styling support to gdb.stylingAndrew Burgess2-33/+50
2022-02-14gdb: use python to colorize disassembler outputAndrew Burgess1-0/+13
2022-02-02gdb: fix formatting for help set/show extended-promptAndrew Burgess1-3/+2
2022-01-26gdb/python: handle non utf-8 characters when source highlightingAndrew Burgess1-2/+4
2022-01-26Add a way to temporarily set a gdb parameter from PythonTom Tromey1-0/+19
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker23-23/+23
2021-12-15gdb: re-format with black 21.12b0Simon Marchi1-1/+0
2021-10-02gdb/python: fix a few flake8 warningsSimon Marchi4-13/+5
2021-06-22gdb: fix python/lib/gdb/__init__.py formattingSimon Marchi1-3/+3
2021-06-22gdb/python: print name of unwinder that claimed frame in debug messageSimon Marchi1-4/+10
2021-06-08Use is/is not to check for None in python code.Lancelot SIX2-7/+7
2021-05-07gdb: re-format Python files using black 21.4b0Simon Marchi21-685/+859
2021-04-01Use importlib instead of imp module on python 3.4+Boris Staletic1-2/+4
2021-01-01Update copyright year range in all GDB filesJoel Brobecker23-23/+23
2020-04-10[gdb/cli] Don't let python colorize strip leading newlinesTom de Vries1-1/+1
2020-01-21Allow use of Pygments to colorize source codeTom Tromey1-0/+14
2020-01-01Update copyright year range in all GDB files.Joel Brobecker23-23/+23
2019-10-09[gdb/target] Fix pretty-printer for MPX bnd registersTom de Vries1-1/+1