delve/service
aarzilli 73d636f7d7 tests: rename _fixtures/vendor to _fixtures/internal
Some tests used a fake vendor directory placed inside _fixtures to
import some support packages.
In go.mod mode vendor directory are only supported on the root of the
project, which breaks some of our tests.
Since vendor directories outside the root of the project are so rare
anyway it's possible that a future version of go will stop supporting
it even in GOPATH mode.
Also it was weird and unnecessary in the first place anyawy.
2018-11-06 08:52:06 -08:00
..
api *: Show return values on CLI trace 2018-10-19 20:32:27 +02:00
debugger *: Show return values on CLI trace 2018-10-19 20:32:27 +02:00
rpc1 proc,service,terminal: read defer list 2018-07-24 14:58:56 -07:00
rpc2 *: Show return values on CLI trace 2018-10-19 20:32:27 +02:00
rpccommon *: Fix log level setting in logrus 2018-07-02 09:31:53 -07:00
test tests: rename _fixtures/vendor to _fixtures/internal 2018-11-06 08:52:06 -08:00
client.go proc: add flag to disable escape checking in function calls 2018-10-15 09:31:35 -07:00
config.go proc/native,proc/gdbserial: let target access terminal 2018-05-18 09:53:29 -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