Searched refs:ReturnFromFrame (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBThreadDocstrings.i | 149 ) lldb::SBThread::ReturnFromFrame;
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBThread.h | 142 SBError ReturnFromFrame(SBFrame &frame, SBValue &return_value);
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBThread.cpp | 957 SBError SBThread::ReturnFromFrame(SBFrame &frame, SBValue &return_value) { in ReturnFromFrame() function in SBThread 968 thread->ReturnFromFrame(frame.GetFrameSP(), return_value.GetSP())); in ReturnFromFrame()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | Thread.h | 425 Status ReturnFromFrame(lldb::StackFrameSP frame_sp,
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | Thread.cpp | 1458 return ReturnFromFrame(frame_sp, return_value_sp, broadcast); in ReturnFromFrameWithIndex() 1461 Status Thread::ReturnFromFrame(lldb::StackFrameSP frame_sp, in ReturnFromFrame() function in Thread
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectThread.cpp | 1595 error = thread_sp->ReturnFromFrame(frame_sp, return_valobj_sp, broadcast); in DoExecute()
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 63089 result = (arg1)->ReturnFromFrame(*arg2,*arg3); in _wrap_SBThread_ReturnFromFrame()
|