delve/cmd/dlv
Derek Parker 98f6d0b619
cmd/dlv: fix exit status for trace subcommand (#3263)
We currently return an error when the command exits because a process
exited error is always returned. Detect this like we do in other code
paths to return a 0 exit code instead of nonzero which indicates the
command itself failed and can confuse other tools.
2023-02-02 11:11:31 +01:00
..
cmds cmd/dlv: fix exit status for trace subcommand (#3263) 2023-02-02 11:11:31 +01:00
dlv_test.go cmd/dlv: fix exit status for trace subcommand (#3263) 2023-02-02 11:11:31 +01: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