Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBThread.i284 This API is equivalent to 'thread return -x'.") UnwindInnermostExpression;
287 UnwindInnermostExpression();
/llvm-project-15.0.7/lldb/test/API/commands/expression/unwind_expression/
H A DTestUnwindExpression.py90 self.assertSuccess(thread.UnwindInnermostExpression(),
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBThread.h140 SBError UnwindInnermostExpression();
/llvm-project-15.0.7/lldb/source/API/
H A DSBThread.cpp978 SBError SBThread::UnwindInnermostExpression() { in UnwindInnermostExpression() function in SBThread
988 sb_error.SetError(thread->UnwindInnermostExpression()); in UnwindInnermostExpression()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DThread.h953 Status UnwindInnermostExpression();
/llvm-project-15.0.7/lldb/source/Expression/
H A DREPL.cpp309 if (thread && thread->UnwindInnermostExpression().Success()) { in IOHandlerInputComplete()
/llvm-project-15.0.7/lldb/source/Target/
H A DThread.cpp1220 Status Thread::UnwindInnermostExpression() { in UnwindInnermostExpression() function in Thread
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectThread.cpp1522 error = thread->UnwindInnermostExpression(); in DoExecute()