delve/pkg/proc/gdbserial
Alessandro Arzilli db291698e0
gdbserial: for the 'g' command on debugserver treat E74 as unsupported (#2487)
The maintainer of debugserver says he wants to fix the problem with the
'g' command but doesn't know when it will happen. Treat the error 'E74'
for the 'g' command on debugserver as if the server had returned an
unsupported error so that, for this specific problem, the error doesn't
resurface in the future.
2021-05-17 10:27:33 -07:00
..
gdbserver_conn.go proc/gdbserial: remove unnecessary conditional compilation (#2389) 2021-04-05 11:23:32 -07:00
gdbserver_unix.go *: FreeBSD initial support (#1480) 2019-07-12 18:28:04 -07:00
gdbserver_windows.go proc/native,proc/gdbserial: ignore SIGTTIN, SIGTTOU when fg'ing target 2018-07-31 12:05:54 -07:00
gdbserver.go gdbserial: for the 'g' command on debugserver treat E74 as unsupported (#2487) 2021-05-17 10:27:33 -07:00
rr_test.go cmd,proc,terminal,debugger: Support default file descriptor redirects 2020-09-01 21:50:27 +02:00
rr.go *: Closer close and use assertNoError for testcase (#2204) 2020-10-19 14:44:04 -07:00