delve/service
polinasok 2f295f310d
service/dap: Add error handlers for unsupported and not-yet-supported requests (#1918)
* Add no-op handlers for unsupported requests

* Fix whitespace

* Add couple of missing unsupported requests

* More comments

* Separate errors for unsupported and not-yet-implemented requests.

* Fix go.mod/sum dependencies

Co-authored-by: Polina Sokolova <polinasok@users.noreply.github.com>
2020-05-01 12:24:44 -07:00
..
api pkg/config: add disassemble-flavor option for config 2020-04-23 12:10:05 -07:00
dap service/dap: Add error handlers for unsupported and not-yet-supported requests (#1918) 2020-05-01 12:24:44 -07:00
debugger service/debugger: Rename processMutex to targetMutex 2020-04-16 20:14:18 +02:00
rpc1 *: Consolidate service/debugger config 2020-04-14 21:02:38 +02:00
rpc2 *: Consolidate service/debugger config 2020-04-14 21:02:38 +02:00
rpccommon *: Consolidate service/debugger config 2020-04-14 21:02:38 +02:00
test *: Consolidate service/debugger config 2020-04-14 21:02:38 +02:00
client.go proc/gdbserial,debugger: allow clients to stop a recording (#1890) 2020-03-24 09:09:28 -07:00
config.go *: Consolidate service/debugger config 2020-04-14 21:02:38 +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 Replaced net/rpc with custom version 2016-07-02 12:16:06 +02:00
server.go cmd,service: remove temporary def of Server interface in func 2018-10-09 07:56:48 -07:00