Lines Matching refs:m_options_ap
48 m_options_ap (), in BreakpointLocation()
84 else if (m_options_ap.get() != NULL) in IsEnabled()
85 return m_options_ap->IsEnabled(); in IsEnabled()
114 if (m_options_ap.get() != NULL) in SetThreadID()
115 m_options_ap->SetThreadID (thread_id); in SetThreadID()
138 if (m_options_ap.get() != NULL) in SetThreadIndex()
139 m_options_ap->GetThreadSpec()->SetIndex(index); in SetThreadIndex()
163 if (m_options_ap.get() != NULL) in SetThreadName()
164 m_options_ap->GetThreadSpec()->SetName(thread_name); in SetThreadName()
187 if (m_options_ap.get() != NULL) in SetQueueName()
188 m_options_ap->GetThreadSpec()->SetQueueName(queue_name); in SetQueueName()
205 if (m_options_ap.get() != NULL && m_options_ap->HasCallback()) in InvokeCallback()
206 return m_options_ap->InvokeCallback (context, m_owner.GetID(), GetID()); in InvokeCallback()
377 if (m_options_ap.get() != NULL) in DecrementIgnoreCount()
379 uint32_t loc_ignore = m_options_ap->GetIgnoreCount(); in DecrementIgnoreCount()
381 m_options_ap->SetIgnoreCount(loc_ignore - 1); in DecrementIgnoreCount()
388 if (m_options_ap.get() != NULL) in IgnoreCountShouldStop()
390 uint32_t loc_ignore = m_options_ap->GetIgnoreCount(); in IgnoreCountShouldStop()
405 if (m_options_ap.get() != NULL) in GetOptionsNoCreate()
406 return m_options_ap.get(); in GetOptionsNoCreate()
417 if (m_options_ap.get() == NULL) in GetLocationOptions()
418 m_options_ap.reset(BreakpointOptions::CopyOptionsNoCallback(*m_owner.GetOptions ())); in GetLocationOptions()
420 return m_options_ap.get(); in GetLocationOptions()
626 if (m_options_ap.get()) in GetDescription()
629 m_options_ap->GetDescription (s, level); in GetDescription()
639 if (m_options_ap.get()) in GetDescription()
641 m_options_ap->GetDescription (s, level); in GetDescription()
657 … (m_options_ap.get() ? m_options_ap->IsEnabled() : m_owner.IsEnabled()) ? "enabled " : "disabled", in Dump()