Searched refs:m_should_perform_action (Results 1 – 1 of 1) sorted by relevance
88 m_should_stop_is_valid(false), m_should_perform_action(true), in StopInfoBreakpoint()96 m_should_stop_is_valid(true), m_should_perform_action(true), in StopInfoBreakpoint()259 if (!m_should_perform_action) in PerformAction()261 m_should_perform_action = false; in PerformAction()561 bool m_should_perform_action; // Since we are trying to preserve the "state" member in lldb_private::StopInfoBreakpoint