labath accepted this revision. labath added inline comments. This revision is now accepted and ready to land.
================ Comment at: lldb/source/Host/common/Socket.cpp:198-199 } else { // If this was unsuccessful, then check if it's simply a signed 32-bit // integer, representing a port with an empty host. + if (to_integer(host_and_port, ret.port, 10)) ---------------- I guess this isn't true anymore. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D112629/new/ https://reviews.llvm.org/D112629 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits