Searched refs:thread_instrs_regex (Results 1 – 1 of 1) sorted by relevance
640 thread_instrs_regex = re.compile(r'^Thread \d+ instruction stream') variable in TextCrashLogParser794 thread_insts_match = self.thread_instrs_regex.search(line)