Searched refs:m_was_all_internal (Results 1 – 1 of 1) sorted by relevance
92 m_was_all_internal(false), m_was_one_shot(false) { in StopInfoBreakpoint()100 m_was_all_internal(false), m_was_one_shot(false) { in StopInfoBreakpoint()119 m_was_all_internal = bkpt.IsInternal(); in StoreBPInfo()122 m_was_all_internal = true; in StoreBPInfo()125 m_was_all_internal = false; in StoreBPInfo()178 return !m_was_all_internal; in DoShouldNotify()368 if (!m_was_all_internal) { in PerformAction()616 bool m_was_all_internal; member in lldb_private::StopInfoBreakpoint