Searched refs:GetCurrentException (Results 1 – 7 of 7) sorted by relevance
387 being processes.") GetCurrentException;389 GetCurrentException();
205 SBValue GetCurrentException();
1328 SBValue SBThread::GetCurrentException() { in GetCurrentException() function in SBThread1329 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBValue, SBThread, GetCurrentException); in GetCurrentException()1335 return LLDB_RECORD_RESULT(SBValue(thread_sp->GetCurrentException())); in GetCurrentException()1464 LLDB_REGISTER_METHOD(lldb::SBValue, SBThread, GetCurrentException, ()); in RegisterMethods()
1184 lldb::ValueObjectSP GetCurrentException();
1987 ValueObjectSP Thread::GetCurrentException() { in GetCurrentException() function in Thread2004 ValueObjectSP exception = GetCurrentException(); in GetCurrentExceptionBacktrace()
1314 ValueObjectSP exception_object_sp = thread_sp->GetCurrentException(); in HandleOneThread()
55879 result = (arg1)->GetCurrentException(); in _wrap_SBThread_GetCurrentException()