delve/cmd/dlv
aarzilli f342d2784c cmd/dlv: use the same connect code whether or not we started the server
Use the same connect code path whether we started the server (with
debug/exec/test) or we didn't (i.e. the 'connect' subcommand).
This fixes a bug where the init file was ignored with the 'connect'
subcommand and hopefully prevents future divergence between the
behavior of 'connect' and the other subcommands.

Fixes #1301
2018-08-14 12:23:28 -07:00
..
cmds cmd/dlv: use the same connect code whether or not we started the server 2018-08-14 12:23:28 -07:00
dlv_test.go *: Use structured logging 2018-06-22 09:45:10 +02:00
main.go cmd/dlv: do not override user's CGO_CFLAGS 2018-07-31 12:02:56 -07:00