You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RTX only stacks the floating point registers when it detects that a
thread makes use of them. Previously ThreadMRI would only return the
FP registers in the context if the thread had them but GDB will
actually return an error if it sees the size of the context change
between debug halts. This commit will return a dummy set of zeroed out
float registers to GDB when the RTX thread doesn't have any of its own
to return.
0 commit comments