Home
last modified time | relevance | path

Searched refs:cpp_exception (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp472 auto cpp_exception = cpp_runtime->GetExceptionObjectForThread(thread_sp); in GetExceptionObjectForThread() local
473 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()