Searched refs:GetCurrentExceptionBacktrace (Results 1 – 6 of 6) sorted by relevance
395 even when the program is no longer at the throw site.") GetCurrentExceptionBacktrace;397 GetCurrentExceptionBacktrace();
207 SBThread GetCurrentExceptionBacktrace();
1294 SBThread SBThread::GetCurrentExceptionBacktrace() { in GetCurrentExceptionBacktrace() function in SBThread1301 return SBThread(thread_sp->GetCurrentExceptionBacktrace()); in GetCurrentExceptionBacktrace()
1198 lldb::ThreadSP GetCurrentExceptionBacktrace();
2023 ThreadSP Thread::GetCurrentExceptionBacktrace() { in GetCurrentExceptionBacktrace() function in Thread
1367 ThreadSP exception_thread_sp = thread_sp->GetCurrentExceptionBacktrace(); in HandleOneThread()