Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepInstruction.cpp158 StackFrame *return_frame = thread.GetStackFrameAtIndex(1).get(); in ShouldStop() local
159 if (return_frame) { in ShouldStop()
160 if (return_frame->GetStackID() != m_parent_frame_id || in ShouldStop()
191 addr_t return_addr = return_frame->GetRegisterContext()->GetPC(); in ShouldStop()