delve/service
Derek Parker a208c89719 *: Use structured logging
Implements structured logging via Logrus. This gives us a logger per
boundry that we care about, allowing for easier parsing of logs if users
have more than one log option enabled. Also, cleans up a lot of
conditionals in the code by simply silencing the logger at creation as
opposed to conditionally logging everywhere.
2018-06-22 09:45:10 +02:00
..
api proc,service: display return values when stepping out of a function 2018-06-12 11:35:56 +02:00
debugger *: Use structured logging 2018-06-22 09:45:10 +02: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 *: Use structured logging 2018-06-22 09:45:10 +02:00
test *: Use structured logging 2018-06-22 09:45:10 +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