Searched refs:TA_PANIC_RE (Results 1 – 1 of 1) sorted by relevance
24 TA_PANIC_RE = re.compile(r'TA panicked with code (?P<code>0x[0-9a-f]+)') variable482 match = re.search(TA_PANIC_RE, line)
Completed in 2 milliseconds