mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-20 08:18:59 +02:00
Print backtrace on svcBreak
When we get an svcBreak we get a backtrace now
This commit is contained in:
parent
ec90b81b27
commit
a305208a35
3 changed files with 24 additions and 0 deletions
|
|
@ -240,6 +240,11 @@ public:
|
|||
return status == ThreadStatus::WaitSynchAll;
|
||||
}
|
||||
|
||||
/**
|
||||
* Logs the backtrace for the current thread
|
||||
*/
|
||||
void LogBacktrace();
|
||||
|
||||
ThreadContext& GetContext() {
|
||||
return context;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue