Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBThread.i387 being processes.") GetCurrentException;
389 GetCurrentException();
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBThread.h205 SBValue GetCurrentException();
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBThread.cpp1284 SBValue SBThread::GetCurrentException() { in GetCurrentException() function in SBThread
1291 return SBValue(thread_sp->GetCurrentException()); in GetCurrentException()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DThread.h1196 lldb::ValueObjectSP GetCurrentException();
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThread.cpp2007 ValueObjectSP Thread::GetCurrentException() { in GetCurrentException() function in Thread
2024 ValueObjectSP exception = GetCurrentException(); in GetCurrentExceptionBacktrace()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectThread.cpp1362 ValueObjectSP exception_object_sp = thread_sp->GetCurrentException(); in HandleOneThread()