================
@@ -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 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
