Lines Matching refs:m_thread
46 m_instruction_addr = m_thread.GetRegisterContext()->GetPC(0); in ThreadPlanStepInstruction()
47 StackFrameSP m_start_frame_sp(m_thread.GetStackFrameAtIndex(0)); in ThreadPlanStepInstruction()
52 StackFrameSP parent_frame_sp = m_thread.GetStackFrameAtIndex(1); in ThreadPlanStepInstruction()
115 StackID cur_frame_zero_id = m_thread.GetStackFrameAtIndex(0)->GetStackID(); in ShouldStop()
119 if (m_thread.GetRegisterContext()->GetPC(0) != m_instruction_addr) in ShouldStop()
130 StackFrame *return_frame = m_thread.GetStackFrameAtIndex(1).get(); in ShouldStop()
139 … addr_t stop_addr = m_thread.GetStackFrameAtIndex(0)->GetRegisterContext()->GetPC(); in ShouldStop()
140 … s.Address (stop_addr, m_thread.CalculateTarget()->GetArchitecture().GetAddressByteSize()); in ShouldStop()
143 … s.Address (return_addr, m_thread.CalculateTarget()->GetArchitecture().GetAddressByteSize()); in ShouldStop()
150 m_thread.QueueThreadPlanForStepOut(false, in ShouldStop()
183 if (m_thread.GetRegisterContext()->GetPC(0) != m_instruction_addr) in ShouldStop()