HomeSort by relevance Sort by last modified time
    Searched refs:m_options_ap (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Breakpoint/
BreakpointLocation.cpp 48 m_options_ap (),
84 else if (m_options_ap.get() != NULL)
85 return m_options_ap->IsEnabled();
114 if (m_options_ap.get() != NULL)
115 m_options_ap->SetThreadID (thread_id);
138 if (m_options_ap.get() != NULL)
139 m_options_ap->GetThreadSpec()->SetIndex(index);
163 if (m_options_ap.get() != NULL)
164 m_options_ap->GetThreadSpec()->SetName(thread_name);
187 if (m_options_ap.get() != NULL
    [all...]
  /external/lldb/include/lldb/Breakpoint/
BreakpointLocation.h 387 std::unique_ptr<BreakpointOptions> m_options_ap; ///< Breakpoint options pointer, NULL if we're using our breakpoint's options. member in class:lldb_private::BreakpointLocation

Completed in 122 milliseconds