delve/cmd/dlv
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
..
cmds cmd/dlv: support multifile when dlv debug, trace and test 2018-09-20 11:47:57 +02:00
dlv_test.go Makefile: replace makefile with a script 2018-09-18 12:06:25 -07:00
main.go cmd/dlv: do not override user's CGO_CFLAGS 2018-07-31 12:02:56 -07:00