delve/cmd/dlv
Alessandro Arzilli d7a92b58ce cmd/dlv: delete trace directory when we delete the built executable (#856)
Mozilla RR will create a trace directory that can be reused with the
replay verb, however if we delete the executable file the trace
directory will become useless, so delete that too before exit.

Users that wish to reuse a recording should build the executable
themselves and then use either dlv exec or rr record to do the
recording.
2017-07-26 12:53:43 -06:00
..
cmds cmd/dlv: delete trace directory when we delete the built executable (#856) 2017-07-26 12:53:43 -06:00
dlv_test.go proc/native: make sure debugged executable can be deleted on windows (#890) 2017-07-26 12:51:44 -06:00
main.go cmd/dlv: bugfix: make version command actually print revision number (#926) 2017-07-20 12:55:32 -06:00