Searched refs:GetCurrentExceptionBacktrace (Results 1 – 7 of 7) sorted by relevance
57 self.assertFalse(thread.GetCurrentExceptionBacktrace().IsValid())152 self.assertTrue(thread.GetCurrentExceptionBacktrace().IsValid())154 history_thread = thread.GetCurrentExceptionBacktrace()177 history_thread = thread.GetCurrentExceptionBacktrace()202 self.assertFalse(thread.GetCurrentExceptionBacktrace().IsValid())
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()
1189 lldb::ThreadSP GetCurrentExceptionBacktrace();
1996 ThreadSP Thread::GetCurrentExceptionBacktrace() { in GetCurrentExceptionBacktrace() function in Thread
1367 ThreadSP exception_thread_sp = thread_sp->GetCurrentExceptionBacktrace(); in HandleOneThread()