Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/examples/python/
H A Dcrashlog.py639 thread_state_regex = re.compile(r'^Thread \d+ crashed with') variable in TextCrashLogParser
786 thread_state_match = self.thread_state_regex.search(line)