delve/pkg
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
..
config config: Return handle for created default config (#1130) 2018-02-20 20:24:05 +01:00
dwarf proc: support GNU compressed debug sections (go1.11 support) 2018-06-22 11:20:38 -07:00
goversion proc: correctly set G struct offset for 1.11 2018-06-11 11:09:02 -07:00
logflags service,logflags: log all RPC messages 2018-06-14 09:27:38 -07:00
proc *: Fix log level setting in logrus 2018-07-02 09:31:53 -07:00
terminal proc,terminal,service: let headless instances run without connected clients 2018-06-26 10:32:40 -07:00
version all: Bump to v1.0.0 (#1126) 2018-02-19 21:33:47 +01:00