Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBThread.h201 SBValue GetCurrentException();
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThread.h1256 lldb::ValueObjectSP GetCurrentException();
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBThread.cpp1487 SBValue SBThread::GetCurrentException() { in GetCurrentException() function in SBThread
1491 return SBValue(thread_sp->GetCurrentException()); in GetCurrentException()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThread.cpp2207 ValueObjectSP Thread::GetCurrentException() { in GetCurrentException() function in Thread
2224 ValueObjectSP exception = GetCurrentException(); in GetCurrentExceptionBacktrace()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectThread.cpp1550 ValueObjectSP exception_object_sp = thread_sp->GetCurrentException(); in HandleOneThread()