Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp493 auto cpp_exception = cpp_runtime->GetExceptionObjectForThread(thread_sp); in GetExceptionObjectForThread() local
494 if (!cpp_exception) return ValueObjectSP(); in GetExceptionObjectForThread()
496 auto descriptor = GetClassDescriptor(*cpp_exception); in GetExceptionObjectForThread()
502 return cpp_exception; in GetExceptionObjectForThread()