Searched refs:m_ignore_existing (Results 1 – 1 of 1) sorted by relevance
127 : m_resume_count(0), m_wait_for_launch(false), m_ignore_existing(true), in ProcessAttachInfo()144 bool GetIgnoreExisting() const { return m_ignore_existing; } in GetIgnoreExisting()146 void SetIgnoreExisting(bool b) { m_ignore_existing = b; } in SetIgnoreExisting()169 m_ignore_existing = true; in Clear()193 bool m_ignore_existing = true; variable