Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepOut.cpp339 StackID frame_zero_id = in DoPlanExplainsStop() local
342 if (m_step_out_to_id == frame_zero_id) in DoPlanExplainsStop()
344 else if (m_step_out_to_id < frame_zero_id) { in DoPlanExplainsStop()
349 done = (m_immediate_step_from_id < frame_zero_id); in DoPlanExplainsStop()
409 StackID frame_zero_id = GetThread().GetStackFrameAtIndex(0)->GetStackID(); in ShouldStop() local
410 done = !(frame_zero_id < m_step_out_to_id); in ShouldStop()
570 StackID frame_zero_id = GetThread().GetStackFrameAtIndex(0)->GetStackID(); in IsPlanStale() local
571 return !(frame_zero_id < m_step_out_to_id); in IsPlanStale()
H A DThreadPlanStepUntil.cpp198 StackID frame_zero_id = in AnalyzeStop() local
201 if (frame_zero_id == m_stack_id) in AnalyzeStop()
203 else if (frame_zero_id < m_stack_id) in AnalyzeStop()