Searched refs:m_ignored_exceptions (Results 1 – 2 of 2) sorted by relevance
295 m_ignored_exceptions.push_back(exc_mask); in AddIgnoredException()300 m_ignored_exceptions.push_back(EXC_MASK_BAD_ACCESS); in AddDefaultIgnoredExceptions()301 m_ignored_exceptions.push_back(EXC_MASK_BAD_INSTRUCTION); in AddDefaultIgnoredExceptions()302 m_ignored_exceptions.push_back(EXC_MASK_ARITHMETIC); in AddDefaultIgnoredExceptions()
127 return m_ignored_exceptions; in GetIgnoredExceptions()151 IgnoredExceptions m_ignored_exceptions; variable