Extend info printed when guest crashes/breaks execution (#1845)
* Add CPU register printout when guest crashes/breaks execution * Print out registers when undefined instruction is hit * Apply suggestions from code review Co-authored-by: Ac_K <Acoustik666@gmail.com> * Fixes after rebase * Address gdkchan's comments Co-authored-by: Ac_K <Acoustik666@gmail.com> Co-authored-by: Mary <me@thog.eu>
This commit is contained in:
parent
2c3dab6986
commit
26e5b5acff
4 changed files with 170 additions and 35 deletions
|
@ -1409,6 +1409,7 @@ namespace Ryujinx.HLE.HOS.Kernel.SupervisorCall
|
|||
if ((reason & (1UL << 31)) == 0)
|
||||
{
|
||||
currentThread.PrintGuestStackTrace();
|
||||
currentThread.PrintGuestRegisterPrintout();
|
||||
|
||||
// As the process is exiting, this is probably caused by emulation termination.
|
||||
if (currentThread.Owner.State == ProcessState.Exiting)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue