Home
last modified time | relevance | path

Searched refs:ReturnFromFrame (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBThread.i277 present only scalar return values are supported.") ReturnFromFrame;
280 ReturnFromFrame (SBFrame &frame, SBValue &return_value);
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBThread.h138 SBError ReturnFromFrame(SBFrame &frame, SBValue &return_value);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBThread.cpp961 SBError SBThread::ReturnFromFrame(SBFrame &frame, SBValue &return_value) { in ReturnFromFrame() function in SBThread
972 thread->ReturnFromFrame(frame.GetFrameSP(), return_value.GetSP())); in ReturnFromFrame()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DThread.h418 Status ReturnFromFrame(lldb::StackFrameSP frame_sp,
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThread.cpp1468 return ReturnFromFrame(frame_sp, return_value_sp, broadcast); in ReturnFromFrameWithIndex()
1471 Status Thread::ReturnFromFrame(lldb::StackFrameSP frame_sp, in ReturnFromFrame() function in Thread
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectThread.cpp1575 error = thread_sp->ReturnFromFrame(frame_sp, return_valobj_sp, broadcast); in DoExecute()