Lines Matching refs:m_thread
176 RegisterContext *reg_ctx = m_thread.GetRegisterContext().get(); in ReportRegisterState()
214 static_cast<void *>(this), m_thread.GetID(), m_valid, in DoTakedown()
218 m_thread.GetStackFrameAtIndex(0)->GetRegisterContext()->GetPC(); in DoTakedown()
220 if (!m_thread.RestoreRegisterStateFromCheckpoint(m_stored_thread_state)) { in DoTakedown()
235 static_cast<void *>(this), m_thread.GetID(), m_valid, in DoTakedown()
246 TargetSP target_sp(m_thread.CalculateTarget()); in GetDescription()
315 ProcessSP process_sp(m_thread.CalculateProcess()); in DoPlanExplainsStop()
409 new ThreadPlanRunToAddress(m_thread, m_start_addr, m_stop_other_threads)); in DidPush()
411 m_thread.QueueThreadPlan(m_subplan_sp, false); in DidPush()
434 ProcessSP process_sp(m_thread.CalculateProcess()); in SetBreakpoints()
499 ProcessSP process_sp(m_thread.GetProcess()); in SetReturnValue()
504 abi->GetReturnValueObject(m_thread, m_return_type, persistent); in SetReturnValue()