Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.h97 lldb::ThreadSP GetBacktraceThreadFromException(
H A DAppleObjCRuntime.cpp520 ThreadSP AppleObjCRuntime::GetBacktraceThreadFromException( in GetBacktraceThreadFromException() function in AppleObjCRuntime
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguageRuntime.h158 virtual lldb::ThreadSP GetBacktraceThreadFromException( in GetBacktraceThreadFromException() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp2037 if (auto bt = runtime->GetBacktraceThreadFromException(exception)) in GetCurrentExceptionBacktrace()