Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/tools/lldb-server/vCont-threads/
H A DTestPartialResume.py9 THREAD_MATCH_RE = re.compile(r"thread ([0-9a-f]+) running") variable in TestPartialResume
50 m = self.THREAD_MATCH_RE.match(line)