delve/service
Alessandro Arzilli 79e0f543c0 cmd/dlv: add Go version check (#1533)
Before doing anything check that the version of Go is compatible with
the current version of Delve.
This will improve the error message in the case that  another change as
disruptive as Go1.11 dwarf compression, happens.
2019-04-26 10:24:21 -07:00
..
api service: decorate symbolic constant values with their numerical value (#1530) 2019-03-29 09:14:16 -07:00
debugger cmd/dlv: add Go version check (#1533) 2019-04-26 10:24:21 -07:00
rpc1 *: Update import name to github.com/go-delve/delve 2019-01-04 19:43:13 +01:00
rpc2 proc,debugger,terminal: read goroutine ancestors 2019-03-28 13:55:32 +01:00
rpccommon cmd/dlv: add Go version check (#1533) 2019-04-26 10:24:21 -07:00
test cmd/dlv: add Go version check (#1533) 2019-04-26 10:24:21 -07:00
client.go proc,debugger,terminal: read goroutine ancestors 2019-03-28 13:55:32 +01:00
config.go cmd/dlv: add Go version check (#1533) 2019-04-26 10:24:21 -07: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