Lines Matching refs:m_thread
251 RegisterContext *reg_ctx = m_thread.GetRegisterContext().get(); in ReportRegisterState()
289 ProcessSP process_sp (m_thread.GetProcess()); in DoTakedown()
294 … m_return_valobj_sp = abi->GetReturnValueObject (m_thread, m_return_type, persistent); in DoTakedown()
298 …called for thread 0x%4.4" PRIx64 ", m_valid: %d complete: %d.\n", this, m_thread.GetID(), m_valid,… in DoTakedown()
300 m_stop_address = m_thread.GetStackFrameAtIndex(0)->GetRegisterContext()->GetPC(); in DoTakedown()
302 m_thread.RestoreRegisterStateFromCheckpoint(m_stored_thread_state); in DoTakedown()
312 … no-op for thread 0x%4.4" PRIx64 ", m_valid: %d complete: %d.\n", this, m_thread.GetID(), m_valid,… in DoTakedown()
331 TargetSP target_sp (m_thread.CalculateTarget()); in GetDescription()
398 ProcessSP process_sp (m_thread.CalculateProcess()); in DoPlanExplainsStop()
527 m_subplan_sp.reset(new ThreadPlanRunToAddress(m_thread, m_start_addr, m_stop_other_threads)); in DidPush()
529 m_thread.QueueThreadPlan(m_subplan_sp, false); in DidPush()
562 ProcessSP process_sp (m_thread.CalculateProcess()); in SetBreakpoints()