Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBThread.i284 This API is equivalent to 'thread return -x'.") UnwindInnermostExpression;
287 UnwindInnermostExpression();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBThread.h140 SBError UnwindInnermostExpression();
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp1008 SBError SBThread::UnwindInnermostExpression() { in UnwindInnermostExpression() function in SBThread
1010 UnwindInnermostExpression); in UnwindInnermostExpression()
1019 sb_error.SetError(thread->UnwindInnermostExpression()); in UnwindInnermostExpression()
1432 LLDB_REGISTER_METHOD(lldb::SBError, SBThread, UnwindInnermostExpression, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h951 Status UnwindInnermostExpression();
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp304 if (thread && thread->UnwindInnermostExpression().Success()) { in IOHandlerInputComplete()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1221 Status Thread::UnwindInnermostExpression() { in UnwindInnermostExpression() function in Thread
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp1428 error = thread->UnwindInnermostExpression(); in DoExecute()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp55198 result = (arg1)->UnwindInnermostExpression(); in _wrap_SBThread_UnwindInnermostExpression()