delve/service
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
..
api *: Show return values on CLI trace 2018-10-19 20:32:27 +02:00
debugger *: Show return values on CLI trace 2018-10-19 20:32:27 +02:00
rpc1 proc,service,terminal: read defer list 2018-07-24 14:58:56 -07:00
rpc2 *: Show return values on CLI trace 2018-10-19 20:32:27 +02:00
rpccommon *: Fix log level setting in logrus 2018-07-02 09:31:53 -07:00
test proc,service,terminal: eval expressions in the scope of a deferred call 2018-10-16 08:40:07 -07:00
client.go proc: add flag to disable escape checking in function calls 2018-10-15 09:31:35 -07:00
config.go proc/native,proc/gdbserial: let target access terminal 2018-05-18 09:53:29 -07: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