Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp486 auto cpp_exception = cpp_runtime->GetExceptionObjectForThread(thread_sp); in GetExceptionObjectForThread() local
487 if (!cpp_exception) return ValueObjectSP(); in GetExceptionObjectForThread()
489 auto descriptor = GetClassDescriptor(*cpp_exception); in GetExceptionObjectForThread()
495 return cpp_exception; in GetExceptionObjectForThread()