delve/service
aarzilli c53c43d140 *: Fix log level setting in logrus
Setting the Level field of a logrus logger doesn't actually do anything
since the Level field simply reports the log level of the last log
message emitted on the logger.
The right way to do that is to set logger.Logger.Level.
Also cleans up newline characters from log messages emitted through
logrus and fixes the direction of the arrows in the messages emitted by
rpccommon, which was inconsistent with the arrows of gdbserial.
2018-07-02 09:31:53 -07:00
..
api proc,service: export declaration line of variables 2018-06-28 12:29:26 -07:00
debugger *: Fix log level setting in logrus 2018-07-02 09:31:53 -07:00
rpc1 proc,terminal,service: let headless instances run without connected clients 2018-06-26 10:32:40 -07:00
rpc2 proc,terminal,service: let headless instances run without connected clients 2018-06-26 10:32:40 -07:00
rpccommon *: Fix log level setting in logrus 2018-07-02 09:31:53 -07:00
test proc,terminal,service: let headless instances run without connected clients 2018-06-26 10:32:40 -07:00
client.go proc,terminal,service: let headless instances run without connected clients 2018-06-26 10:32:40 -07: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