delve/service
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
..
api cmd/dlv: Fix trace output (#2038) 2020-05-13 08:38:10 +02:00
dap service/dap: Adds launch request support for program args (#2040) 2020-05-11 09:52:26 -07:00
debugger cmd/dlv: Fix trace output (#2038) 2020-05-13 08:38:10 +02:00
rpc1 *: Consolidate service/debugger config 2020-04-14 21:02:38 +02:00
rpc2 *: Consolidate service/debugger config 2020-04-14 21:02:38 +02:00
rpccommon *: Consolidate service/debugger config 2020-04-14 21:02:38 +02:00
test *: Consolidate service/debugger config 2020-04-14 21:02:38 +02:00
client.go proc/gdbserial,debugger: allow clients to stop a recording (#1890) 2020-03-24 09:09:28 -07:00
config.go cmd/dlv: Fix trace output (#2038) 2020-05-13 08:38:10 +02:00
listenerpipe.go cmd,service: in non-headless mode use an in-memory connection 2018-10-08 15:11:13 -07:00
rpccallback.go Replaced net/rpc with custom version 2016-07-02 12:16:06 +02:00
server.go cmd,service: remove temporary def of Server interface in func 2018-10-09 07:56:48 -07:00