Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanStepInstruction.cpp157 StackFrame *return_frame = m_thread.GetStackFrameAtIndex(1).get(); in ShouldStop() local
158 if (return_frame) { in ShouldStop()
159 if (return_frame->GetStackID() != m_parent_frame_id || in ShouldStop()
190 addr_t return_addr = return_frame->GetRegisterContext()->GetPC(); in ShouldStop()