delve/service
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
..
api terminal,service,proc/*: adds dump command (gcore equivalent) (#2173) 2021-01-29 13:39:33 -08:00
dap service: serialize calls to Command API (#2370) 2021-03-08 10:05:10 -08:00
debugger service: serialize calls to Command API (#2370) 2021-03-08 10:05:10 -08:00
rpc1 service: serialize calls to Command API (#2370) 2021-03-08 10:05:10 -08:00
rpc2 service: serialize calls to Command API (#2370) 2021-03-08 10:05:10 -08:00
rpccommon service: serialize calls to Command API (#2370) 2021-03-08 10:05:10 -08:00
test service/dap: support auto-loading of unloaded interfaces (#2362) 2021-03-08 09:41:47 -08:00
client.go terminal,service,proc/*: adds dump command (gcore equivalent) (#2173) 2021-01-29 13:39:33 -08:00
config.go cmd/dlv: Fix trace output (#2038) 2020-05-13 08:38:10 +02:00
listenerpipe.go cmd,service: in non-headless mode use an in-memory connection 2018-10-08 15:11:13 -07:00
rpccallback.go service: serialize calls to Command API (#2370) 2021-03-08 10:05:10 -08:00
server.go cmd,service: remove temporary def of Server interface in func 2018-10-09 07:56:48 -07:00