Searched refs:GetCurrentException (Results 1 – 6 of 6) sorted by relevance
384 being processes.") GetCurrentException;386 GetCurrentException();
202 SBValue GetCurrentException();
1383 SBValue SBThread::GetCurrentException() { in GetCurrentException() function in SBThread1384 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBValue, SBThread, GetCurrentException); in GetCurrentException()1390 return LLDB_RECORD_RESULT(SBValue(thread_sp->GetCurrentException())); in GetCurrentException()1521 LLDB_REGISTER_METHOD(lldb::SBValue, SBThread, GetCurrentException, ()); in RegisterMethods()
1167 lldb::ValueObjectSP GetCurrentException();
2196 ValueObjectSP Thread::GetCurrentException() { in GetCurrentException() function in Thread2213 ValueObjectSP exception = GetCurrentException(); in GetCurrentExceptionBacktrace()
1491 ValueObjectSP exception_object_sp = thread_sp->GetCurrentException(); in HandleOneThread()