delve/cmd/dlv
Derek Parker 3129aa7330 *: Show return values on CLI trace
This patch allows the `trace` CLI subcommand to display return values of
a function. Additionally, it will also display information on where the
function exited, which could also be helpful in determining the path
taken during function execution.

Fixes #388
2018-10-19 20:32:27 +02:00
..
cmds *: Show return values on CLI trace 2018-10-19 20:32:27 +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