Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.h79 lldb::ValueObjectSP GetExceptionObjectForThread(
H A DItaniumABILanguageRuntime.cpp620 ValueObjectSP ItaniumABILanguageRuntime::GetExceptionObjectForThread( in GetExceptionObjectForThread() function in ItaniumABILanguageRuntime
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.h94 lldb::ValueObjectSP GetExceptionObjectForThread(
H A DAppleObjCRuntime.cpp483 ValueObjectSP AppleObjCRuntime::GetExceptionObjectForThread( in GetExceptionObjectForThread() function in AppleObjCRuntime
487 auto cpp_exception = cpp_runtime->GetExceptionObjectForThread(thread_sp); in GetExceptionObjectForThread()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguageRuntime.h152 virtual lldb::ValueObjectSP GetExceptionObjectForThread( in GetExceptionObjectForThread() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp2009 if (auto e = runtime->GetExceptionObjectForThread(shared_from_this())) in GetCurrentException()