delve/pkg/proc/gdbserial
Alessandro Arzilli 884ef4f338
proc/gdbserial: workaround for debugserver register set bug (#2770)
Debugserver has a bug where writing to a AVX-2 or AVX-512 register does
not work unless it is followed by at least a write to a AVX (not 2 or
512) register.

See also: https://bugs.llvm.org/show_bug.cgi?id=52362

Fixes #2767
2021-10-30 11:51:02 -07:00
..
gdbserver_conn.go proc/gdbserial: workaround for debugserver register set bug (#2770) 2021-10-30 11:51:02 -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 proc/gdbserial: workaround for debugserver register set bug (#2770) 2021-10-30 11:51:02 -07:00
rr_test.go proc: do not assign temporary breakpoint IDs (#2650) 2021-09-29 12:01:37 +02:00
rr.go proc/gdbserial: support call injection with rr backend (#2740) 2021-10-14 11:06:14 -07:00