mirror of
https://github.com/go-delve/delve.git
synced 2025-10-27 20:23:41 +08:00
* Upgrade FreeBSD version * proc: fixes concerning call injection on freebsd and rr On FreeBSD it seems we have problems restoring and setting floating point registers, since at least restoring is necessary for call injection to function properly fully disable call injection on FreeBSD. On rr the same problem exists, however due to the fact that we are acting on a recording and ending a diversion will restore register values anyway simply disable the floatsum test. See also: https://github.com/rr-debugger/rr/issues/3208 Updates #3001