delve/pkg/proc/gdbserial
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
..
gdbserver_conn.go *: Fix log level setting in logrus 2018-07-02 09:31:53 -07:00
gdbserver_unix.go proc/native,proc/gdbserial: let target access terminal 2018-05-18 09:53:29 -07:00
gdbserver_windows.go proc/native,proc/gdbserial: let target access terminal 2018-05-18 09:53:29 -07:00
gdbserver.go *: Fix log level setting in logrus 2018-07-02 09:31:53 -07:00
rr_test.go tests: call RunTestsWithFixtures everywhere we use BuildFixture 2018-06-08 11:39:47 -07:00
rr.go gdbserial,debugger: better error message when debugserver not installed 2018-04-10 13:49:57 -07:00