Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/examples/python/
H A Dcrashlog.py596 thread_state_regex = re.compile('^Thread ([0-9]+) crashed with') variable in TextCrashLogParser
720 thread_state_match = self.thread_state_regex.search(line)