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.cpp1305 SBValue SBThread::GetCurrentException() { in GetCurrentException() function in SBThread
1312 return SBValue(thread_sp->GetCurrentException()); in GetCurrentException()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h1232 lldb::ValueObjectSP GetCurrentException();
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp2013 ValueObjectSP Thread::GetCurrentException() { in GetCurrentException() function in Thread
2030 ValueObjectSP exception = GetCurrentException(); in GetCurrentExceptionBacktrace()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp1387 ValueObjectSP exception_object_sp = thread_sp->GetCurrentException(); in HandleOneThread()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp63916 result = (arg1)->GetCurrentException(); in _wrap_SBThread_GetCurrentException()