Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
HDSBThread.i384 being processes.") GetCurrentException;
386 GetCurrentException();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBThread.h202 SBValue GetCurrentException();
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
HDSBThread.cpp1383 SBValue SBThread::GetCurrentException() { in GetCurrentException() function in SBThread
1384 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBValue, SBThread, GetCurrentException); in GetCurrentException()
1390 return LLDB_RECORD_RESULT(SBValue(thread_sp->GetCurrentException())); in GetCurrentException()
1521 LLDB_REGISTER_METHOD(lldb::SBValue, SBThread, GetCurrentException, ()); in RegisterMethods()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDThread.h1167 lldb::ValueObjectSP GetCurrentException();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDThread.cpp2196 ValueObjectSP Thread::GetCurrentException() { in GetCurrentException() function in Thread
2213 ValueObjectSP exception = GetCurrentException(); in GetCurrentExceptionBacktrace()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectThread.cpp1491 ValueObjectSP exception_object_sp = thread_sp->GetCurrentException(); in HandleOneThread()