Lines Matching refs:m_thread
76 s.Address (m_thread.GetRegisterContext()->GetPC(), in ShouldStop()
77 m_thread.CalculateTarget()->GetArchitecture().GetAddressByteSize()); in ShouldStop()
103 new_plan_sp = m_thread.QueueThreadPlanForStepThrough (m_stack_id, false, stop_others); in ShouldStop()
112 StackFrameSP older_frame_sp = m_thread.GetStackFrameAtIndex(1); in ShouldStop()
145 new_plan_sp = m_thread.QueueThreadPlanForStepOut (false, in ShouldStop()
155 … new_plan_sp = m_thread.QueueThreadPlanForStepThrough (m_stack_id, false, stop_others); in ShouldStop()
176 new_plan_sp = m_thread.QueueThreadPlanForStepThrough (m_stack_id, false, stop_others); in ShouldStop()
191 StackFrameSP frame_sp = m_thread.GetStackFrameAtIndex(0); in ShouldStop()
257 … new_plan_sp = m_thread.QueueThreadPlanForRunToAddress(abort_other_plans, in ShouldStop()
349 bool in_inlined_stack = m_thread.DecrementCurrentInlinedDepth(); in DoWillResume()
355 m_thread.GetCurrentInlinedDepth()); in DoWillResume()
356 StackFrameSP stack_sp = m_thread.GetStackFrameAtIndex(0); in DoWillResume()
360 lldb::addr_t curr_pc = m_thread.GetRegisterContext()->GetPC(); in DoWillResume()
362 …if (frame_block->GetRangeContainingLoadAddress(curr_pc, m_thread.GetProcess()->GetTarget(), my_ran… in DoWillResume()