Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/
DSBThread.h130 ReturnFromFrame (SBFrame &frame, SBValue &return_value);
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/
DThread.h337ReturnFromFrame (lldb::StackFrameSP frame_sp, lldb::ValueObjectSP return_value_sp, bool broadcast …
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
DSBThread.cpp966 SBThread::ReturnFromFrame (SBFrame &frame, SBValue &return_value) in ReturnFromFrame() function in SBThread
982 sb_error.SetError (thread->ReturnFromFrame(frame.GetFrameSP(), return_value.GetSP())); in ReturnFromFrame()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
DThread.cpp1674 return ReturnFromFrame(frame_sp, return_value_sp, broadcast); in ReturnFromFrameWithIndex()
1678 Thread::ReturnFromFrame (lldb::StackFrameSP frame_sp, lldb::ValueObjectSP return_value_sp, bool bro… in ReturnFromFrame() function in Thread
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
DCommandObjectThread.cpp1500 error = thread_sp->ReturnFromFrame (frame_sp, return_valobj_sp, broadcast); in DoExecute()