delve/service
Hana Kim 92dad944d7 service/test: change test package name to service_test
According to https://golang.org/cmd/go/#hdr-Test_packages
service_test is more appropriate becuase this directory contains
no non-test code and the intention is to compile these *_test.go
files as a separate package and link/run with the main test package.
2017-04-19 10:09:36 -07:00
..
api proc: introduce IThread interface to abstract threads 2017-04-18 13:25:11 -07:00
debugger debugger: always detach in debugger 2017-04-18 13:25:11 -07:00
rpc1 Move top-level packages into pkg 2017-02-08 12:17:19 -08:00
rpc2 Two bugfixes regarding stale executable files, and executables changing between restarts (#689) 2016-12-22 10:53:34 -06:00
rpccommon proc: Implement target.Interface for gdbserver backend 2017-04-18 13:25:11 -07:00
test service/test: change test package name to service_test 2017-04-19 10:09:36 -07:00
client.go Two bugfixes regarding stale executable files, and executables changing between restarts (#689) 2016-12-22 10:53:34 -06:00
config.go proc: Implement target.Interface for gdbserver backend 2017-04-18 13:25:11 -07:00
rpccallback.go Replaced net/rpc with custom version 2016-07-02 12:16:06 +02:00
server.go misc: cleanup and documentation 2016-01-10 02:10:51 -08:00