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 7ce17b2cf6
commit 7149332712
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;
}