delve/cmd/dlv
Alessandro Arzilli 4aaa184b31
cmd/dlv: match go test behavior when dlv test gets a list of .go files (#3232)
When 'dlv test' is called with a list of files it should match the
behavior of 'go test' and chdir to the directory where the go files are
(if they are all in the same directory).

Fixes #3230
2023-01-04 10:47:27 -08:00
..
cmds cmd/dlv: match go test behavior when dlv test gets a list of .go files (#3232) 2023-01-04 10:47:27 -08:00
dlv_test.go cmd/dlv: match go test behavior when dlv test gets a list of .go files (#3232) 2023-01-04 10:47:27 -08:00
main.go cmd/dlv: actually disable C compiler optimizations when building (#1647) 2019-08-01 16:31:50 -07:00
tools.go cmd/dlv: make core command limitations more prominent (#2031) 2020-05-04 10:00:33 -07:00