Searched refs:cpp_exception (Results 1 – 1 of 1) sorted by relevance
472 auto cpp_exception = cpp_runtime->GetExceptionObjectForThread(thread_sp); in GetExceptionObjectForThread() local473 if (!cpp_exception) return ValueObjectSP(); in GetExceptionObjectForThread()475 auto descriptor = GetClassDescriptor(*cpp_exception.get()); in GetExceptionObjectForThread()480 if (class_name == ConstString("NSException")) return cpp_exception; in GetExceptionObjectForThread()