Searched refs:ReturnFromFrame (Results 1 – 5 of 5) sorted by relevance
| /freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/ |
| D | SBThread.h | 130 ReturnFromFrame (SBFrame &frame, SBValue &return_value);
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/ |
| D | Thread.h | 337 …ReturnFromFrame (lldb::StackFrameSP frame_sp, lldb::ValueObjectSP return_value_sp, bool broadcast …
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/API/ |
| D | SBThread.cpp | 966 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/ |
| D | Thread.cpp | 1674 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/ |
| D | CommandObjectThread.cpp | 1500 error = thread_sp->ReturnFromFrame (frame_sp, return_valobj_sp, broadcast); in DoExecute()
|