Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBThread.i277 present only scalar return values are supported.") ReturnFromFrame;
280 ReturnFromFrame (SBFrame &frame, SBValue &return_value);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBThread.h138 SBError ReturnFromFrame(SBFrame &frame, SBValue &return_value);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp990 SBError SBThread::ReturnFromFrame(SBFrame &frame, SBValue &return_value) { in ReturnFromFrame() function in SBThread
991 LLDB_RECORD_METHOD(lldb::SBError, SBThread, ReturnFromFrame, in ReturnFromFrame()
1002 thread->ReturnFromFrame(frame.GetFrameSP(), return_value.GetSP())); in ReturnFromFrame()
1430 LLDB_REGISTER_METHOD(lldb::SBError, SBThread, ReturnFromFrame, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h418 Status ReturnFromFrame(lldb::StackFrameSP frame_sp,
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1452 return ReturnFromFrame(frame_sp, return_value_sp, broadcast); in ReturnFromFrameWithIndex()
1455 Status Thread::ReturnFromFrame(lldb::StackFrameSP frame_sp, in ReturnFromFrame() function in Thread
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp1481 error = thread_sp->ReturnFromFrame(frame_sp, return_valobj_sp, broadcast); in DoExecute()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp55171 result = (arg1)->ReturnFromFrame(*arg2,*arg3); in _wrap_SBThread_ReturnFromFrame()