Searched refs:GetCurrentException (Results 1 – 7 of 7) sorted by relevance
210 ) lldb::SBThread::GetCurrentException;
224 SBValue GetCurrentException();
1305 SBValue SBThread::GetCurrentException() { in GetCurrentException() function in SBThread1312 return SBValue(thread_sp->GetCurrentException()); in GetCurrentException()
1216 lldb::ValueObjectSP GetCurrentException();
2000 ValueObjectSP Thread::GetCurrentException() { in GetCurrentException() function in Thread2017 ValueObjectSP exception = GetCurrentException(); in GetCurrentExceptionBacktrace()
1425 ValueObjectSP exception_object_sp = thread_sp->GetCurrentException(); in HandleOneThread()
61003 result = (arg1)->GetCurrentException(); in _wrap_SBThread_GetCurrentException()