Searched refs:m_was_all_internal (Results 1 – 1 of 1) sorted by relevance
93 m_was_all_internal(false), m_was_one_shot(false) { in StopInfoBreakpoint()101 m_was_all_internal(false), m_was_one_shot(false) { in StopInfoBreakpoint()120 m_was_all_internal = bkpt.IsInternal(); in StoreBPInfo()123 m_was_all_internal = true; in StoreBPInfo()128 m_was_all_internal = false; in StoreBPInfo()181 return !m_was_all_internal; in DoShouldNotify()372 if (!m_was_all_internal) { in PerformAction()622 bool m_was_all_internal; member in lldb_private::StopInfoBreakpoint