[Lldb-commits] [lldb] [lldb] add --platform-available-ports option to the dotest.py (PR #112555)

via lldb-commits lldb-commits at lists.llvm.org
Thu Mar 27 09:59:29 PDT 2025


================
@@ -185,6 +185,9 @@ def setUpServerLogging(self, is_llgs):
             ]
 
     def get_next_port(self):
+        available_ports = self.getPlatformAvailablePorts()
+        if available_ports:
----------------
dlav-sc wrote:

addressed

https://github.com/llvm/llvm-project/pull/112555


More information about the lldb-commits mailing list