Lines Matching refs:m_thread
44 ThreadPlanTracerSP new_tracer_sp (new ThreadPlanAssemblyTracer (m_thread)); in ThreadPlanBase()
46 ThreadPlanTracerSP new_tracer_sp (new ThreadPlanTracer (m_thread)); in ThreadPlanBase()
48 new_tracer_sp->EnableTracing (m_thread.GetTraceEnabledState()); in ThreadPlanBase()
84 StopInfoSP stop_info_sp = m_thread.GetStopInfo (); in ShouldReportStop()
126 …an discarding thread plans for thread tid = 0x%4.4" PRIx64 " (breakpoint hit.)", m_thread.GetID()); in ShouldStop()
127 m_thread.DiscardThreadPlans(false); in ShouldStop()
154 …se plan discarding thread plans for thread tid = 0x%4.4" PRIx64 " (exception.)", m_thread.GetID()); in ShouldStop()
155 m_thread.DiscardThreadPlans(false); in ShouldStop()
162 …f("Base plan discarding thread plans for thread tid = 0x%4.4" PRIx64 " (exec.)", m_thread.GetID()); in ShouldStop()
163 m_thread.DiscardThreadPlans(false); in ShouldStop()
171 …"Base plan discarding thread plans for thread tid = 0x%4.4" PRIx64 " (signal.)", m_thread.GetID()); in ShouldStop()
172 m_thread.DiscardThreadPlans(false); in ShouldStop()