Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntime.cpp490 auto cpp_exception = cpp_runtime->GetExceptionObjectForThread(thread_sp); in GetExceptionObjectForThread() local
491 if (!cpp_exception) return ValueObjectSP(); in GetExceptionObjectForThread()
493 auto descriptor = GetClassDescriptor(*cpp_exception); in GetExceptionObjectForThread()
499 return cpp_exception; in GetExceptionObjectForThread()