Searched refs:GetCurrentException (Results 1 – 7 of 7) sorted by relevance
209 ) lldb::SBThread::GetCurrentException;
224 SBValue GetCurrentException();
1305 SBValue SBThread::GetCurrentException() { in GetCurrentException() function in SBThread1312 return SBValue(thread_sp->GetCurrentException()); in GetCurrentException()
1232 lldb::ValueObjectSP GetCurrentException();
2013 ValueObjectSP Thread::GetCurrentException() { in GetCurrentException() function in Thread2030 ValueObjectSP exception = GetCurrentException(); in GetCurrentExceptionBacktrace()
1387 ValueObjectSP exception_object_sp = thread_sp->GetCurrentException(); in HandleOneThread()
63916 result = (arg1)->GetCurrentException(); in _wrap_SBThread_GetCurrentException()