delve/cmd/dlv
Derek Parker c920630082 cmd: Fix trace bug when no package specified
Fix a bug where the regexp would be used as a package string
incorrectly. This would manifest when trying to execute the trace
subcommand as `dlv trace <regexp>` without specifying a package
identifier. The `<regexp>` would be passed to the Go build command
causing an error.
2018-10-18 11:42:25 +02:00
..
cmds cmd: Fix trace bug when no package specified 2018-10-18 11:42:25 +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