Searched refs:GetCurrentException (Results 1 – 5 of 5) sorted by relevance
201 SBValue GetCurrentException();
1256 lldb::ValueObjectSP GetCurrentException();
1487 SBValue SBThread::GetCurrentException() { in GetCurrentException() function in SBThread1491 return SBValue(thread_sp->GetCurrentException()); in GetCurrentException()
2207 ValueObjectSP Thread::GetCurrentException() { in GetCurrentException() function in Thread2224 ValueObjectSP exception = GetCurrentException(); in GetCurrentExceptionBacktrace()
1550 ValueObjectSP exception_object_sp = thread_sp->GetCurrentException(); in HandleOneThread()