Home
last modified time | relevance | path

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

/external/lldb/include/lldb/API/
DSBThread.h124 ReturnFromFrame (SBFrame &frame, SBValue &return_value);
/external/lldb/scripts/Python/interface/
DSBThread.i147 ReturnFromFrame (SBFrame &frame, SBValue &return_value);
/external/lldb/source/API/
DSBThread.cpp913 SBThread::ReturnFromFrame (SBFrame &frame, SBValue &return_value) in ReturnFromFrame() function in SBThread
929 sb_error.SetError (thread->ReturnFromFrame(frame.GetFrameSP(), return_value.GetSP())); in ReturnFromFrame()
/external/lldb/include/lldb/Target/
DThread.h379ReturnFromFrame (lldb::StackFrameSP frame_sp, lldb::ValueObjectSP return_value_sp, bool broadcast …
/external/lldb/source/Target/
DThread.cpp1653 return ReturnFromFrame(frame_sp, return_value_sp, broadcast); in ReturnFromFrameWithIndex()
1657 Thread::ReturnFromFrame (lldb::StackFrameSP frame_sp, lldb::ValueObjectSP return_value_sp, bool bro… in ReturnFromFrame() function in Thread
/external/lldb/source/Commands/
DCommandObjectThread.cpp1443 error = thread_sp->ReturnFromFrame (frame_sp, return_valobj_sp, broadcast); in DoExecute()
/external/lldb/www/python_reference/
Dapi-objects.txt3818 lldb.SBThread.ReturnFromFrame lldb.SBThread-class.html#ReturnFromFrame