Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp487 auto cpp_exception = cpp_runtime->GetExceptionObjectForThread(thread_sp); in GetExceptionObjectForThread() local
488 if (!cpp_exception) return ValueObjectSP(); in GetExceptionObjectForThread()
490 auto descriptor = GetClassDescriptor(*cpp_exception); in GetExceptionObjectForThread()
496 return cpp_exception; in GetExceptionObjectForThread()