Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/macosx/thread-names/
H A DTestInterruptThreadNames.py76 self.assertTrue(self.wait_for_stop(process, listener), "Check that process is paused")
106 def wait_for_stop(self, process, listener): member in TestInterruptThreadNames