reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Breakpoint/BreakpointOptions.cpp
  165   m_callback = rhs.m_callback;
  166   m_callback_baton_sp = rhs.m_callback_baton_sp;
  167   m_baton_is_command_baton = rhs.m_baton_is_command_baton;
  168   m_callback_is_synchronous = rhs.m_callback_is_synchronous;
  169   m_enabled = rhs.m_enabled;
  170   m_one_shot = rhs.m_one_shot;
  171   m_ignore_count = rhs.m_ignore_count;
  172   if (rhs.m_thread_spec_up != nullptr)
  173     m_thread_spec_up.reset(new ThreadSpec(*rhs.m_thread_spec_up));
  174   m_condition_text = rhs.m_condition_text;
  175   m_condition_text_hash = rhs.m_condition_text_hash;
  176   m_auto_continue = rhs.m_auto_continue;
  177   m_set_flags = rhs.m_set_flags;