delve/pkg
Derek Parker f96663a243
cmd/dlv: Fix trace output (#2038)
* cmd/dlv,debugger: Improve dlv trace and trace command output

This patch improves the `dlv trace` subcommand output by reducing the
noise that is generated and providing clearer more concise information.

Also adds new tests closing a gap in our testing (we previously never
really tested this subcommand).

This patch also fixes the `dlv trace` REPL command to behave like the
subcommand in certain situations. If the tracepoint is for a function,
we now show function arguements and return values properly.

Also makes the overall output of the trace subcommand clearer.

Fixes #2027
2020-05-13 08:38:10 +02:00
..
astutil proc: simplify next/step/stepout condition code 2020-04-04 11:00:54 -07:00
config config: add option for printfile() line count (#2043) 2020-05-11 09:50:25 -07:00
dwarf dwarf/op: return register values when they are the only piece 2020-05-01 11:11:51 -07:00
gobuild gobuild: pass-through stdout to 'go' command invocation (#2044) 2020-05-11 09:44:25 -07:00
goversion travis-ci: autogenerate .travis.yml (#1939) 2020-03-19 11:09:29 -07:00
locspec cmd/dlv: Fix trace output (#2038) 2020-05-13 08:38:10 +02:00
logflags logflags: Add pid to server-listening-at message (#1885) 2020-03-09 10:14:34 -07:00
proc gdbserial/gdbserver: optimize the search of debugserver binary (#2005) 2020-05-04 09:59:34 -07:00
terminal cmd/dlv: Fix trace output (#2038) 2020-05-13 08:38:10 +02:00
version all: bump version number and release notes 2020-02-11 11:38:41 +01:00