Lines Matching refs:m_thread
42 m_instruction_addr = m_thread.GetRegisterContext()->GetPC(0); in SetUpState()
43 StackFrameSP start_frame_sp(m_thread.GetStackFrameAtIndex(0)); in SetUpState()
49 StackFrameSP parent_frame_sp = m_thread.GetStackFrameAtIndex(1); in SetUpState()
101 StackID cur_frame_id = m_thread.GetStackFrameAtIndex(0)->GetStackID(); in IsPlanStale()
104 uint64_t pc = m_thread.GetRegisterContext()->GetPC(0); in IsPlanStale()
105 uint32_t max_opcode_size = m_thread.CalculateTarget() in IsPlanStale()
112 return (m_thread.GetRegisterContext()->GetPC(0) != m_instruction_addr); in IsPlanStale()
131 StackFrameSP cur_frame_sp = m_thread.GetStackFrameAtIndex(0); in ShouldStop()
143 if (m_thread.GetRegisterContext()->GetPC(0) != m_instruction_addr) { in ShouldStop()
157 StackFrame *return_frame = m_thread.GetStackFrameAtIndex(1).get(); in ShouldStop()
167 m_thread.GetFrameWithStackID(m_stack_id); in ShouldStop()
185 m_thread.GetStackFrameAtIndex(0)->GetRegisterContext()->GetPC(); in ShouldStop()
186 s.Address(stop_addr, m_thread.CalculateTarget() in ShouldStop()
191 s.Address(return_addr, m_thread.CalculateTarget() in ShouldStop()
200 m_thread.QueueThreadPlanForStepOutNoShouldStop( in ShouldStop()
222 lldb::addr_t pc_addr = m_thread.GetRegisterContext()->GetPC(0); in ShouldStop()