Searched refs:GetCurrentExceptionBacktrace (Results 1 – 7 of 7) sorted by relevance
395 even when the program is no longer at the throw site.") GetCurrentExceptionBacktrace;397 GetCurrentExceptionBacktrace();
207 SBThread GetCurrentExceptionBacktrace();
1338 SBThread SBThread::GetCurrentExceptionBacktrace() { in GetCurrentExceptionBacktrace() function in SBThread1340 GetCurrentExceptionBacktrace); in GetCurrentExceptionBacktrace()1347 SBThread(thread_sp->GetCurrentExceptionBacktrace())); in GetCurrentExceptionBacktrace()1465 LLDB_REGISTER_METHOD(lldb::SBThread, SBThread, GetCurrentExceptionBacktrace, in RegisterMethods()
1186 lldb::ThreadSP GetCurrentExceptionBacktrace();
2003 ThreadSP Thread::GetCurrentExceptionBacktrace() { in GetCurrentExceptionBacktrace() function in Thread
1319 ThreadSP exception_thread_sp = thread_sp->GetCurrentExceptionBacktrace(); in HandleOneThread()
55906 result = (arg1)->GetCurrentExceptionBacktrace(); in _wrap_SBThread_GetCurrentExceptionBacktrace()