Searched refs:GetCurrentExceptionBacktrace (Results 1 – 5 of 5) sorted by relevance
203 SBThread GetCurrentExceptionBacktrace();
1258 lldb::ThreadSP GetCurrentExceptionBacktrace();
1494 SBThread SBThread::GetCurrentExceptionBacktrace() { in GetCurrentExceptionBacktrace() function in SBThread1498 return SBThread(thread_sp->GetCurrentExceptionBacktrace()); in GetCurrentExceptionBacktrace()
1555 ThreadSP exception_thread_sp = thread_sp->GetCurrentExceptionBacktrace(); in HandleOneThread()
2223 ThreadSP Thread::GetCurrentExceptionBacktrace() { in GetCurrentExceptionBacktrace() function in Thread