Implement DAP 'terminated' event
[binutils-gdb.git] / gdb / python / lib / gdb / dap / server.py
2023-08-01 Tom TromeyImplement DAP 'terminated' event
2023-06-12 Tom TromeyHandle DAP supportsVariableType capability
2023-06-12 Tom TromeyAdd type-checking to DAP requests
2023-06-12 Tom TromeyFix a latent bug in DAP request decorator
2023-06-12 Tom TromeyImplement DAP setExceptionBreakpoints request
2023-03-24 Tom TromeyFix race in DAP startup
2023-03-02 Simon Marchigdb: update some copyright years (2022 -> 2023)
2023-02-27 Simon Marchigdb: reformat Python files with black 23.1.0
2023-01-05 Tom de Vries[gdb/python] Avoid queue.SimpleQueue for python 3.6
2023-01-02 Tom TromeyInitial implementation of Debugger Adapter Protocol