================ @@ -118,6 +124,15 @@ std::string TCPSocket::GetRemoteConnectionURI() const { return ""; } +std::string TCPSocket::GetListeningConnectionURI() const { ---------------- labath wrote:
Let's put these into a separate patch (with a test case). I also believe these should return a `vector<string>` as the listening socket can have more than one address. You can ignore the additional addresses in the caller if you don't need them. https://github.com/llvm/llvm-project/pull/116392 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits