Searched refs:GetCurrentException (Results 1 – 6 of 6) sorted by relevance
387 being processes.") GetCurrentException;389 GetCurrentException();
205 SBValue GetCurrentException();
1284 SBValue SBThread::GetCurrentException() { in GetCurrentException() function in SBThread1291 return SBValue(thread_sp->GetCurrentException()); in GetCurrentException()
1196 lldb::ValueObjectSP GetCurrentException();
2007 ValueObjectSP Thread::GetCurrentException() { in GetCurrentException() function in Thread2024 ValueObjectSP exception = GetCurrentException(); in GetCurrentExceptionBacktrace()
1362 ValueObjectSP exception_object_sp = thread_sp->GetCurrentException(); in HandleOneThread()