Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBThreadDocstrings.i149 ) lldb::SBThread::ReturnFromFrame;
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBThread.h142 SBError ReturnFromFrame(SBFrame &frame, SBValue &return_value);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp957 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 DThread.h425 Status ReturnFromFrame(lldb::StackFrameSP frame_sp,
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1458 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 DCommandObjectThread.cpp1595 error = thread_sp->ReturnFromFrame(frame_sp, return_valobj_sp, broadcast); in DoExecute()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp63089 result = (arg1)->ReturnFromFrame(*arg2,*arg3); in _wrap_SBThread_ReturnFromFrame()