]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/python/lib/gdb/dap/varref.py
Update copyright year range in header of all files managed by GDB
[thirdparty/binutils-gdb.git] / gdb / python / lib / gdb / dap / varref.py
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2023-12-22  Tom TromeyIntroduce and use DAPException
2023-10-31  Tom TromeyImplement DAP setVariable request
2023-10-16  Tom TromeyHave DAP handle non-Value results from 'children'
2023-10-16  Tom TromeyHandle gdb.LazyString in DAP
2023-09-26  Tom TromeyAdd two new pretty-printer methods
2023-08-01  Tom TromeyImplement ValueFormat for DAP
2023-08-01  Tom TromeyRespect supportsMemoryReferences in DAP
2023-06-22  Simon Farregdb/DAP Few bug fixes & Evaluate Array Watch vars
2023-06-12  Tom TromeyHandle DAP supportsVariableType capability
2023-04-03  Tom TromeyAdd readMemory and writeMemory requests to DAP
2023-03-14  Tom TromeyImplement DAP variables, scopes, and evaluate requests