Lines Matching refs:m_thread_spec_ap
41 m_thread_spec_ap () in WatchpointOptions()
52 m_thread_spec_ap () in WatchpointOptions()
54 if (rhs.m_thread_spec_ap.get() != NULL) in WatchpointOptions()
55 m_thread_spec_ap.reset (new ThreadSpec(*rhs.m_thread_spec_ap.get())); in WatchpointOptions()
67 if (rhs.m_thread_spec_ap.get() != NULL) in operator =()
68 m_thread_spec_ap.reset(new ThreadSpec(*rhs.m_thread_spec_ap.get())); in operator =()
148 return m_thread_spec_ap.get(); in GetThreadSpecNoCreate()
154 if (m_thread_spec_ap.get() == NULL) in GetThreadSpec()
155 m_thread_spec_ap.reset (new ThreadSpec()); in GetThreadSpec()
157 return m_thread_spec_ap.get(); in GetThreadSpec()
196 if (m_thread_spec_ap.get()) in GetDescription()
197 m_thread_spec_ap->GetDescription (s, level); in GetDescription()