Home
last modified time | relevance | path

Searched refs:m_ignored_exceptions (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DRNBContext.cpp295 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()
H A DRNBContext.h127 return m_ignored_exceptions; in GetIgnoredExceptions()
151 IgnoredExceptions m_ignored_exceptions; variable