Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
HDSBThread.i281 This API is equivalent to 'thread return -x'.") UnwindInnermostExpression;
284 UnwindInnermostExpression();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBThread.h137 SBError UnwindInnermostExpression();
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
HDSBThread.cpp1063 SBError SBThread::UnwindInnermostExpression() { in UnwindInnermostExpression() function in SBThread
1065 UnwindInnermostExpression); in UnwindInnermostExpression()
1074 sb_error.SetError(thread->UnwindInnermostExpression()); in UnwindInnermostExpression()
1489 LLDB_REGISTER_METHOD(lldb::SBError, SBThread, UnwindInnermostExpression, in RegisterMethods()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
HDREPL.cpp264 if (thread && thread->UnwindInnermostExpression().Success()) { in IOHandlerInputComplete()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDThread.h919 Status UnwindInnermostExpression();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectThread.cpp1605 error = thread->UnwindInnermostExpression(); in DoExecute()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDThread.cpp1326 Status Thread::UnwindInnermostExpression() { in UnwindInnermostExpression() function in Thread