Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DThreadPlanStepOut.cpp298 StackID frame_zero_id = in DoPlanExplainsStop() local
301 if (m_step_out_to_id == frame_zero_id) in DoPlanExplainsStop()
303 else if (m_step_out_to_id < frame_zero_id) { in DoPlanExplainsStop()
308 done = (m_immediate_step_from_id < frame_zero_id); in DoPlanExplainsStop()
366 StackID frame_zero_id = GetThread().GetStackFrameAtIndex(0)->GetStackID(); in ShouldStop() local
367 done = !(frame_zero_id < m_step_out_to_id); in ShouldStop()
526 StackID frame_zero_id = GetThread().GetStackFrameAtIndex(0)->GetStackID(); in IsPlanStale() local
527 return !(frame_zero_id < m_step_out_to_id); in IsPlanStale()
DThreadPlanStepUntil.cpp197 StackID frame_zero_id = in AnalyzeStop() local
200 if (frame_zero_id == m_stack_id) in AnalyzeStop()
202 else if (frame_zero_id < m_stack_id) in AnalyzeStop()