Home
last modified time | relevance | path

Searched refs:m_options_ap (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Breakpoint/
DBreakpointLocation.cpp48 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()
[all …]
/external/lldb/include/lldb/Breakpoint/
DBreakpointLocation.h387 …std::unique_ptr<BreakpointOptions> m_options_ap; ///< Breakpoint options pointer, NULL if we're us… variable