Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBThread.i387 being processes.") GetCurrentException;
389 GetCurrentException();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBThread.h205 SBValue GetCurrentException();
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp1328 SBValue SBThread::GetCurrentException() { in GetCurrentException() function in SBThread
1329 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBValue, SBThread, GetCurrentException); in GetCurrentException()
1335 return LLDB_RECORD_RESULT(SBValue(thread_sp->GetCurrentException())); in GetCurrentException()
1464 LLDB_REGISTER_METHOD(lldb::SBValue, SBThread, GetCurrentException, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h1184 lldb::ValueObjectSP GetCurrentException();
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1987 ValueObjectSP Thread::GetCurrentException() { in GetCurrentException() function in Thread
2004 ValueObjectSP exception = GetCurrentException(); in GetCurrentExceptionBacktrace()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp1314 ValueObjectSP exception_object_sp = thread_sp->GetCurrentException(); in HandleOneThread()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp55879 result = (arg1)->GetCurrentException(); in _wrap_SBThread_GetCurrentException()