delve/service
aarzilli 454491ce86 service,logflags: log all RPC messages
We occasionally receive bug reports from users of VSCode-go and GoLand.
GoLand has its own way of capturing the packet exchange between itself
and delve but VSCode-go (supposedly) doesn't.
So far this hasn't been a problem since all bug reports were obvious
bugs on the plugin or easy to reproduce without VSCode-go, but it might
be helpful in the future to have a way to log the packet exchange
between dlv and a frontend.

This commit adds a --log-output option to enable logging of all rpc
messages and changes service/rpccommon accordingly.
2018-06-14 09:27:38 -07:00
..
api proc,service: display return values when stepping out of a function 2018-06-12 11:35:56 +02:00
debugger service,logflags: log all RPC messages 2018-06-14 09:27:38 -07:00
rpc1 command/terminal: allow restart to change process args (#1060) 2018-01-18 14:16:11 -08:00
rpc2 proc,service: display return values when stepping out of a function 2018-06-12 11:35:56 +02:00
rpccommon service,logflags: log all RPC messages 2018-06-14 09:27:38 -07:00
test proc,service: display return values when stepping out of a function 2018-06-12 11:35:56 +02:00
client.go proc,service: display return values when stepping out of a function 2018-06-12 11:35:56 +02:00
config.go proc/native,proc/gdbserial: let target access terminal 2018-05-18 09:53:29 -07:00
rpccallback.go Replaced net/rpc with custom version 2016-07-02 12:16:06 +02:00
server.go misc: cleanup and documentation 2016-01-10 02:10:51 -08:00