Ryujinx/Ryujinx.HLE/HOS/Kernel/SupervisorCall
Somebody Whoisbored 26e5b5acff
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>
2021-05-21 01:27:16 +02:00
..
InvalidSvcException.cs Refactor SVC handler (#540) 2018-12-18 03:33:36 -02:00
RAttribute.cs Rework SVC handling (#883) 2020-01-13 13:04:28 +11:00
Syscall.cs Extend info printed when guest crashes/breaks execution (#1845) 2021-05-21 01:27:16 +02:00
Syscall32.cs IPC refactor part 2: Use ReplyAndReceive on HLE services and remove special handling from kernel (#1458) 2020-12-02 00:23:43 +01:00
Syscall64.cs IPC refactor part 2: Use ReplyAndReceive on HLE services and remove special handling from kernel (#1458) 2020-12-02 00:23:43 +01:00
SyscallHandler.cs Rewrite scheduler context switch code (#1786) 2020-12-09 19:20:05 -03:00
SyscallTable.cs Improved Logger (#1292) 2020-08-04 01:32:53 +02:00