Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
DItaniumABILanguageRuntime.h75 lldb::ValueObjectSP GetExceptionObjectForThread(
DItaniumABILanguageRuntime.cpp523 ValueObjectSP ItaniumABILanguageRuntime::GetExceptionObjectForThread( in GetExceptionObjectForThread() function in ItaniumABILanguageRuntime
/openbsd/src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntime.h94 lldb::ValueObjectSP GetExceptionObjectForThread(
DAppleObjCRuntime.cpp483 ValueObjectSP AppleObjCRuntime::GetExceptionObjectForThread( in GetExceptionObjectForThread() function in AppleObjCRuntime
487 auto cpp_exception = cpp_runtime->GetExceptionObjectForThread(thread_sp); in GetExceptionObjectForThread()
/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DLanguageRuntime.h120 virtual lldb::ValueObjectSP GetExceptionObjectForThread( in GetExceptionObjectForThread() function
/openbsd/src/gnu/llvm/lldb/source/Target/
DThread.cpp2016 if (auto e = runtime->GetExceptionObjectForThread(shared_from_this())) in GetCurrentException()