]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/python/lib/gdb/dap/launch.py
Update copyright year range in header of all files managed by GDB
[thirdparty/binutils-gdb.git] / gdb / python / lib / gdb / dap / launch.py
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2023-12-22  Tom TromeyAvoid exception from attach in DAP
2023-12-22  Tom TromeyIntroduce and use DAPException
2023-12-22  Tom TromeyAdd 'program' to DAP 'attach' request
2023-12-11  Tom TromeySimplify DAP stop-reason code
2023-12-05  Tom TromeyRemove some DAP helper functions
2023-11-28  Tom TromeyEmit DAP "process" event
2023-11-17  Tom TromeyRemove ExecutionInvoker
2023-11-17  Tom TromeyAutomatically run (most) DAP requests in gdb thread
2023-08-01  Tom TromeyAdd "cwd" parameter to DAP launch request
2023-06-12  Tom TromeyRemove f-strings from DAP
2023-06-12  Tom TromeyAdd "stop at main" extension to DAP launch request
2023-06-12  Tom TromeyAdd "target" parameter to DAP attach request
2023-06-12  Tom TromeyAdd type-checking to DAP requests
2023-06-12  Tom TromeyUse tuples for default arguments in DAP
2023-06-12  Tom TromeyImplement DAP attach request
2023-05-24  Tom TromeyAdd "args" and "env" parameters to DAP launch request
2023-03-02  Simon Marchigdb: update some copyright years (2022 -> 2023)
2023-01-02  Tom TromeyInitial implementation of Debugger Adapter Protocol