Home | History | Annotate | Download | only in Target

Lines Matching refs:m_thread

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