Lines Matching refs:m_thread
39 m_instruction_addr = m_thread.GetRegisterContext()->GetPC(0); in SetUpState()
40 StackFrameSP start_frame_sp(m_thread.GetStackFrameAtIndex(0)); in SetUpState()
46 StackFrameSP parent_frame_sp = m_thread.GetStackFrameAtIndex(1); in SetUpState()
98 StackID cur_frame_id = m_thread.GetStackFrameAtIndex(0)->GetStackID(); in IsPlanStale()
101 uint64_t pc = m_thread.GetRegisterContext()->GetPC(0); in IsPlanStale()
102 uint32_t max_opcode_size = m_thread.CalculateTarget() in IsPlanStale()
109 return (m_thread.GetRegisterContext()->GetPC(0) != m_instruction_addr); in IsPlanStale()
129 StackFrameSP cur_frame_sp = m_thread.GetStackFrameAtIndex(0); in ShouldStop()
141 if (m_thread.GetRegisterContext()->GetPC(0) != m_instruction_addr) { in ShouldStop()
155 StackFrame *return_frame = m_thread.GetStackFrameAtIndex(1).get(); in ShouldStop()
165 m_thread.GetFrameWithStackID(m_stack_id); in ShouldStop()
184 m_thread.GetStackFrameAtIndex(0)->GetRegisterContext()->GetPC(); in ShouldStop()
186 m_thread.CalculateTarget() in ShouldStop()
192 m_thread.CalculateTarget() in ShouldStop()
201 m_thread.QueueThreadPlanForStepOutNoShouldStop( in ShouldStop()
222 lldb::addr_t pc_addr = m_thread.GetRegisterContext()->GetPC(0); in ShouldStop()