Lines Matching refs:m_thread
76 s.Address (m_thread.GetRegisterContext()->GetPC(),
77 m_thread.CalculateTarget()->GetArchitecture().GetAddressByteSize());
103 new_plan_sp = m_thread.QueueThreadPlanForStepThrough (m_stack_id, false, stop_others);
112 StackFrameSP older_frame_sp = m_thread.GetStackFrameAtIndex(1);
145 new_plan_sp = m_thread.QueueThreadPlanForStepOut (false,
155 new_plan_sp = m_thread.QueueThreadPlanForStepThrough (m_stack_id, false, stop_others);
176 new_plan_sp = m_thread.QueueThreadPlanForStepThrough (m_stack_id, false, stop_others);
191 StackFrameSP frame_sp = m_thread.GetStackFrameAtIndex(0);
257 new_plan_sp = m_thread.QueueThreadPlanForRunToAddress(abort_other_plans,
349 bool in_inlined_stack = m_thread.DecrementCurrentInlinedDepth();
355 m_thread.GetCurrentInlinedDepth());
356 StackFrameSP stack_sp = m_thread.GetStackFrameAtIndex(0);
360 lldb::addr_t curr_pc = m_thread.GetRegisterContext()->GetPC();
362 if (frame_block->GetRangeContainingLoadAddress(curr_pc, m_thread.GetProcess()->GetTarget(), my_range))