Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/
H A DSBThreadDocstrings.i210 ) lldb::SBThread::GetCurrentException;
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBThread.h224 SBValue GetCurrentException();
/freebsd-14.2/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-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h1216 lldb::ValueObjectSP GetCurrentException();
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp2000 ValueObjectSP Thread::GetCurrentException() { in GetCurrentException() function in Thread
2017 ValueObjectSP exception = GetCurrentException(); in GetCurrentExceptionBacktrace()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp1425 ValueObjectSP exception_object_sp = thread_sp->GetCurrentException(); in HandleOneThread()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp61003 result = (arg1)->GetCurrentException(); in _wrap_SBThread_GetCurrentException()