delve/service
Alessandro Arzilli 55eed318fd Go 1.13 support (#1546)
* tests: fix tests for Go 1.13

- Go 1.13 doesn't autogenerate init functions anymore, tests that
  expected that now fail and should be skipped.
- Plugin tests now need -gcflags'all=-N -l' now, we were probably
  getting lucky with -gcflags='-N -l' before.

* proc: allow signed integers as shift counts

Go1.13 allows signed integers to be used as the right hand side of a
shift operator, change eval to match.

* goversion: update maximum supported version

* travis: force Go to use vendor directory

Travis scripts get confused by "go: downloading" lines, the exact
reason is not clear. Testing that the vendor directory is up to date is
a good idea anyway.
2019-06-30 10:34:47 -07:00
..
api proc: allow function calls to appear inside an expression (#1503) 2019-05-09 08:29:58 -07:00
debugger proc,service: remove support for locspec '<fnname>:0' (#1588) 2019-06-25 13:50:05 -07:00
rpc1 *: Update import name to github.com/go-delve/delve 2019-01-04 19:43:13 +01:00
rpc2 proc,service: remove support for locspec '<fnname>:0' (#1588) 2019-06-25 13:50:05 -07:00
rpccommon service: return an error when a client calls an unknown method (#1571) 2019-06-04 14:33:19 -07:00
test Go 1.13 support (#1546) 2019-06-30 10:34:47 -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