Searched refs:ExceptionBreakType (Results 1 – 3 of 3) sorted by relevance
46 enum ExceptionBreakType { enum295 void ChangeBreakOnException(ExceptionBreakType type, bool enable);296 bool IsBreakOnException(ExceptionBreakType type);
821 void Debug::ChangeBreakOnException(ExceptionBreakType type, bool enable) { in ChangeBreakOnException()830 bool Debug::IsBreakOnException(ExceptionBreakType type) { in IsBreakOnException()
1155 ExceptionBreakType type = static_cast<ExceptionBreakType>(type_arg); in RUNTIME_FUNCTION()1169 ExceptionBreakType type = static_cast<ExceptionBreakType>(type_arg); in RUNTIME_FUNCTION()