Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepOut.cpp299 StackID frame_zero_id = in DoPlanExplainsStop() local
302 if (m_step_out_to_id == frame_zero_id) in DoPlanExplainsStop()
304 else if (m_step_out_to_id < frame_zero_id) { in DoPlanExplainsStop()
309 done = (m_immediate_step_from_id < frame_zero_id); in DoPlanExplainsStop()
367 StackID frame_zero_id = GetThread().GetStackFrameAtIndex(0)->GetStackID(); in ShouldStop() local
368 done = !(frame_zero_id < m_step_out_to_id); in ShouldStop()
527 StackID frame_zero_id = GetThread().GetStackFrameAtIndex(0)->GetStackID(); in IsPlanStale() local
528 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()