Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/examples/python/
H A Dcrashlog.py659 exception_type_regex = re.compile(r'^Exception Type:\s+(EXC_[A-Z_]+)(?:\s+\((.*)\))?') variable in TextCrashLogParser
713 exception_type_match = self.exception_type_regex.search(line)