Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dcrashlog.py640 thread_instrs_regex = re.compile(r'^Thread \d+ instruction stream') variable in TextCrashLogParser
794 thread_insts_match = self.thread_instrs_regex.search(line)