labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.

Sounds like a good idea.



================
Comment at: 
lldb/test/API/tools/lldb-server/TestGdbRemoteThreadsInStopReply.py:63-64
         # Wait until all threads have started.
-        threads = self.wait_for_thread_count(thread_count,
-                                             
timeout_seconds=self._WAIT_TIMEOUT)
+        threads = self.wait_for_thread_count(thread_count
+                                             )
         self.assertIsNotNone(threads)
----------------
unwrap this


Repository:
  rLLDB LLDB

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D83904/new/

https://reviews.llvm.org/D83904



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to