![]() * 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 |
||
---|---|---|
.. | ||
client.go | ||
readme.txtr | ||
server.go |
This package implements version 1 of Delve's API and is only kept here for backwards compatibility. Client.go is the old client code used by Delve's frontend (delve/cmd/dlv), it is only preserved here for the backwards compatibility tests in service/test/integration1_test.go.