delve/pkg/proc/gdbserial
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
..
gdbserver_conn.go *: Use structured logging 2018-06-22 09:45:10 +02: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 *: Use structured logging 2018-06-22 09:45:10 +02: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