Searched refs:ReturnFromFrame (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/bindings/interface/ |
| H A D | SBThread.i | 277 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 D | SBThread.h | 138 SBError ReturnFromFrame(SBFrame &frame, SBValue &return_value);
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBThread.cpp | 961 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 D | Thread.h | 418 Status ReturnFromFrame(lldb::StackFrameSP frame_sp,
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | Thread.cpp | 1468 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 D | CommandObjectThread.cpp | 1575 error = thread_sp->ReturnFromFrame(frame_sp, return_valobj_sp, broadcast); in DoExecute()
|