]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/python/lib/gdb/dap/events.py
Update copyright year range in header of all files managed by GDB
[thirdparty/binutils-gdb.git] / gdb / python / lib / gdb / dap / events.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-11  Tom TromeySimplify DAP stop-reason code
2023-11-28  Tom TromeyEmit DAP "process" event
2023-11-27  Tom TromeyFix bug in DAP handling of 'pause' requests
2023-11-17  Tom TromeyImplement the notStopped DAP response
2023-11-17  Tom TromeyRemove ExecutionInvoker
2023-08-16  Tom TromeyImplement DAP module-removed event
2023-08-01  Tom TromeyImplement DAP 'terminated' event
2023-08-01  Tom TromeyMove DAP breakpoint event code to breakpoint.py
2023-08-01  Simon FarreAdd thread exited event
2023-07-21  Tom TromeyImplement DAP modules 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