Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBThread.i284 This API is equivalent to 'thread return -x'.") UnwindInnermostExpression;
287 UnwindInnermostExpression();
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBThread.h140 SBError UnwindInnermostExpression();
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBThread.cpp978 SBError SBThread::UnwindInnermostExpression() { in UnwindInnermostExpression() function in SBThread
988 sb_error.SetError(thread->UnwindInnermostExpression()); in UnwindInnermostExpression()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DThread.h954 Status UnwindInnermostExpression();
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DREPL.cpp309 if (thread && thread->UnwindInnermostExpression().Success()) { in IOHandlerInputComplete()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThread.cpp1243 Status Thread::UnwindInnermostExpression() { in UnwindInnermostExpression() function in Thread
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectThread.cpp1522 error = thread->UnwindInnermostExpression(); in DoExecute()