delve/cmd/dlv/cmds
chainhelen 0af7d6d362 cmd/dlv: support multifile when dlv debug, trace and test
This changes make `dlv` support multifile specifically when dlv `debug`,
`trace` and `test`. Just like `dlv debug a.go b.go`. Corresponding to
`go build a.go b.go`.(a.go and b.go are  belong to `main` package).

Fix #984.
2018-09-20 11:47:57 +02:00
..
commands.go cmd/dlv: support multifile when dlv debug, trace and test 2018-09-20 11:47:57 +02:00