Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBThreadDocstrings.i209 ) lldb::SBThread::GetCurrentException;
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBThread.h224 SBValue GetCurrentException();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp1320 SBValue SBThread::GetCurrentException() { in GetCurrentException() function in SBThread
1327 return SBValue(thread_sp->GetCurrentException()); in GetCurrentException()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h1282 lldb::ValueObjectSP GetCurrentException();
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp2061 ValueObjectSP Thread::GetCurrentException() { in GetCurrentException() function in Thread
2078 ValueObjectSP exception = GetCurrentException(); in GetCurrentExceptionBacktrace()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp1393 ValueObjectSP exception_object_sp = thread_sp->GetCurrentException(); in HandleOneThread()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp65146 result = (arg1)->GetCurrentException(); in _wrap_SBThread_GetCurrentException()