Home
last modified time | relevance | path

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

/external/llvm-project/lldb/bindings/interface/
DSBThread.i281 This API is equivalent to 'thread return -x'.") UnwindInnermostExpression;
284 UnwindInnermostExpression();
/external/llvm-project/lldb/test/API/commands/expression/unwind_expression/
DTestUnwindExpression.py93 self.assertSuccess(thread.UnwindInnermostExpression(),
/external/llvm-project/lldb/include/lldb/API/
DSBThread.h137 SBError UnwindInnermostExpression();
/external/llvm-project/lldb/source/API/
DSBThread.cpp991 SBError SBThread::UnwindInnermostExpression() { in UnwindInnermostExpression() function in SBThread
993 UnwindInnermostExpression); in UnwindInnermostExpression()
1002 sb_error.SetError(thread->UnwindInnermostExpression()); in UnwindInnermostExpression()
1415 LLDB_REGISTER_METHOD(lldb::SBError, SBThread, UnwindInnermostExpression, in RegisterMethods()
/external/llvm-project/lldb/include/lldb/Target/
DThread.h951 Status UnwindInnermostExpression();
/external/llvm-project/lldb/source/Expression/
DREPL.cpp304 if (thread && thread->UnwindInnermostExpression().Success()) { in IOHandlerInputComplete()
/external/llvm-project/lldb/source/Target/
DThread.cpp1233 Status Thread::UnwindInnermostExpression() { in UnwindInnermostExpression() function in Thread
/external/llvm-project/lldb/source/Commands/
DCommandObjectThread.cpp1465 error = thread->UnwindInnermostExpression(); in DoExecute()