Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/tools/lldb-server/
H A DTestGdbRemote_qThreadStopInfo.py58 _, threads = self.launch_with_threads(self.THREAD_COUNT)
H A DTestGdbRemoteThreadsInStopReply.py18 context, threads = self.launch_with_threads(thread_count)
H A DTestLldbGdbServer.py356 _, threads = self.launch_with_threads(3)
387 _, threads = self.launch_with_threads(2)
1111 _, threads = self.launch_with_threads(3)
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/tools/lldb-server/
H A Dgdbremote_testcase.py775 def launch_with_threads(self, thread_count): member in GdbRemoteTestCaseBase