Searched refs:GetCurrentException (Results 1 – 7 of 7) sorted by relevance
209 ) lldb::SBThread::GetCurrentException;
224 SBValue GetCurrentException();
1320 SBValue SBThread::GetCurrentException() { in GetCurrentException() function in SBThread1327 return SBValue(thread_sp->GetCurrentException()); in GetCurrentException()
1282 lldb::ValueObjectSP GetCurrentException();
2061 ValueObjectSP Thread::GetCurrentException() { in GetCurrentException() function in Thread2078 ValueObjectSP exception = GetCurrentException(); in GetCurrentExceptionBacktrace()
1393 ValueObjectSP exception_object_sp = thread_sp->GetCurrentException(); in HandleOneThread()
65146 result = (arg1)->GetCurrentException(); in _wrap_SBThread_GetCurrentException()