delve/service/rpccommon
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
..
sameuser_linux_test.go service: verify local connections originate from the same UID (#1764) 2019-11-25 09:05:45 -08:00
sameuser_linux.go service/rpccommon: log error for conns rejected by --only-same-user (#2211) 2020-10-22 08:23:55 -07:00
sameuser.go service: verify local connections originate from the same UID (#1764) 2019-11-25 09:05:45 -08:00
server.go service: serialize calls to Command API (#2370) 2021-03-08 10:05:10 -08:00