Lines Matching refs:m_thread
101 s.Address (m_thread.GetRegisterContext()->GetPC(), in ShouldStop()
102 m_thread.CalculateTarget()->GetArchitecture().GetAddressByteSize()); in ShouldStop()
148 m_sub_plan_sp = m_thread.QueueThreadPlanForStepThrough (m_stack_id, false, stop_others); in ShouldStop()
185 m_sub_plan_sp = m_thread.QueueThreadPlanForStepThrough (m_stack_id, false, stop_others); in ShouldStop()
205 lldb::StackFrameSP curr_frame = m_thread.GetStackFrameAtIndex(0); in ShouldStop()
209 lldb::addr_t curr_addr = m_thread.GetRegisterContext()->GetPC(); in ShouldStop()
217 … if (curr_addr == func_start_address.GetLoadAddress(m_thread.CalculateTarget().get())) in ShouldStop()
223 … if (curr_addr == func_start_address.GetLoadAddress(m_thread.CalculateTarget().get())) in ShouldStop()
234 … m_sub_plan_sp = m_thread.QueueThreadPlanForRunToAddress(false, func_start_address,true); in ShouldStop()
463 bool step_without_resume = m_thread.DecrementCurrentInlinedDepth(); in DoWillResume()
469 m_thread.GetCurrentInlinedDepth()); in DoWillResume()
470 SetStopInfo(StopInfo::CreateStopReasonToTrace(m_thread)); in DoWillResume()