]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/python/lib/gdb/dap/events.py
Automatic date update in version.in
[thirdparty/binutils-gdb.git] / gdb / python / lib / gdb / dap / events.py
2025-06-12  Tom TromeyMinor grammar fix in DAP comment
2025-06-02  Tom TromeyFix DAP defer_stop_events implementation
2025-04-24  Simon Marchigdb: fix some flake8 F824 warnings
2025-04-08  Tom TromeyUpdate copyright dates to include 2025
2024-06-06  Johan SternerupDAP: Allow gdb exception in exec_and_log to propagate
2024-06-06  Johan SternerupDAP: Allow for deferring stop events from gdb thread
2024-04-02  Tom TromeyRun isort
2024-03-08  Tom TromeyAdd return value to DAP scope
2024-01-24  Tom TromeyEmit stopped event for DAP attach request
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