delve/service
aarzilli a357ce0638 tests: fix typecheckrpc.go and convert it to a test
We forgot to run typecheckrpc.go periodically and it didn't work
anymore and there were some minor errors in service/rpc2/client.go.

Rewrite typecheckrpc.go using go/packages, so that it works with go1.11
and go.mod, and fix the issues in client.go
2019-01-07 11:47:49 -08:00
..
api *: Update import name to github.com/go-delve/delve 2019-01-04 19:43:13 +01:00
debugger *: Update import name to github.com/go-delve/delve 2019-01-04 19:43:13 +01:00
rpc1 *: Update import name to github.com/go-delve/delve 2019-01-04 19:43:13 +01:00
rpc2 tests: fix typecheckrpc.go and convert it to a test 2019-01-07 11:47:49 -08:00
rpccommon *: Update import name to github.com/go-delve/delve 2019-01-04 19:43:13 +01:00
test tests: fix typecheckrpc.go and convert it to a test 2019-01-07 11:47:49 -08:00
client.go *: Update import name to github.com/go-delve/delve 2019-01-04 19:43:13 +01:00
config.go pkg/prog: Improve support for external debug info 2018-11-08 10:16:42 -08: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