delve/service/dap
Alessandro Arzilli fe904c14d1
service: serialize calls to Command API (#2370)
* service: serialize calls to Command API

Wait until the target process has resumed before accepting new calls to
Command. Before this if a 'continue' was immediately followed by a
'halt' the 'halt' could be processed before the 'continue'.

Fixes #1608
Fixes #2216

* service/rpccommon: fix DeepSource issues
2021-03-08 10:05:10 -08:00
..
daptest service/dap: Support local attach (#2260) 2020-12-28 09:14:15 -08:00
error_ids.go service/dap: Support local attach (#2260) 2020-12-28 09:14:15 -08:00
handles.go service/dap: Add support for evaluateName for variables (#2292) 2021-01-14 10:53:12 -08:00
server_test.go service/dap: clarify default attributes behavior with tests (#2365) 2021-03-08 09:42:54 -08:00
server.go service: serialize calls to Command API (#2370) 2021-03-08 10:05:10 -08:00
utils.go service/dap: Support stackTrace request (#2093) 2020-07-01 11:01:17 -07:00