Remove path name from test case
[binutils-gdb.git] / gdb / python / lib / gdb / dap / scopes.py
2023-11-14 Tom TromeyFix a bug in DAP scopes code
2023-10-31 Tom TromeyImplement DAP setVariable request
2023-10-16 Tom TromeyAdd DAP scope cache
2023-09-05 Tom TromeySelect frame when fetching a frame variable in DAP
2023-07-10 Tom TromeyReimplement DAP stack traces using frame filters
2023-06-12 Tom TromeyAdd type-checking to DAP requests
2023-05-12 Tom TromeyImplement DAP register scope
2023-05-05 Tom TromeyFilter out types from DAP scopes request
2023-03-14 Tom TromeyImplement DAP variables, scopes, and evaluate requests
2023-03-02 Simon Marchigdb: update some copyright years (2022 -> 2023)
2023-01-02 Tom TromeyInitial implementation of Debugger Adapter Protocol