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
While testing the lastest version of ThreadMRI I noticed that it was
hanging when I would ask GDB to read from an invalid memory address.
It turns out that advancePCToNextInstruction() was using the XPSR
register instead of the PC. I also added code to properly clear the
fault status registers when GDB memory read/write faults are detected.
0 commit comments