Print backtrace on svcBreak

When we get an svcBreak we get a backtrace now
This commit is contained in:
David Marcec 2018-12-03 19:12:09 +11:00
parent ec90b81b27
commit a305208a35
3 changed files with 24 additions and 0 deletions

View file

@ -240,6 +240,11 @@ public:
return status == ThreadStatus::WaitSynchAll;
}
/**
* Logs the backtrace for the current thread
*/
void LogBacktrace();
ThreadContext& GetContext() {
return context;
}