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

References

tools/lldb/include/lldb/Breakpoint/BreakpointOptions.h
  289   bool IsOneShot() const { return m_one_shot; }
  293     m_one_shot = one_shot; 
tools/lldb/source/Breakpoint/BreakpointOptions.cpp
  153       m_enabled(rhs.m_enabled), m_one_shot(rhs.m_one_shot),
  170   m_one_shot = rhs.m_one_shot;
  170   m_one_shot = rhs.m_one_shot;
  190     m_one_shot = incoming.m_one_shot;
  190     m_one_shot = incoming.m_one_shot;
  370                                m_one_shot);
  534   if (m_ignore_count != 0 || !m_enabled || m_one_shot || m_auto_continue ||
  551     if (m_one_shot)
  665   m_one_shot = false;