]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/python/lib/gdb/dap/next.py
Automatic date update in version.in
[thirdparty/binutils-gdb.git] / gdb / python / lib / gdb / dap / next.py
2025-06-02  Tom TromeyFix DAP defer_stop_events implementation
2025-04-08  Tom TromeyUpdate copyright dates to include 2025
2024-06-06  Johan SternerupDAP: Handle "stepOut" request in outermost frame
2024-02-29  Tom de Vries[gdb/dap] Move send_gdb and send_gdb_with_response...
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2023-12-11  Tom TromeySimplify DAP stop-reason code
2023-11-17  Tom TromeyRemove ExecutionInvoker
2023-11-17  Tom TromeyAutomatically run (most) DAP requests in gdb thread
2023-09-20  Gregory Andersgdb/dap: ignore unused keyword args in step_out
2023-09-05  Tom TromeySelect frame when fetching a frame variable in DAP
2023-06-12  Tom TromeyAdd type-checking to DAP requests
2023-06-12  Tom TromeyRename one DAP function
2023-06-12  Tom TromeyAdd singleThread support to some DAP requests
2023-06-12  Tom TromeyImplement DAP stepOut request
2023-05-22  Tom TromeyRemove some FIXME comments from DAP
2023-03-02  Simon Marchigdb: update some copyright years (2022 -> 2023)
2023-01-02  Tom TromeyInitial implementation of Debugger Adapter Protocol