================
@@ -115,6 +121,15 @@ std::string TCPSocket::GetRemoteConnectionURI() const {
   return "";
 }
 
+std::string TCPSocket::GetListeningConnectionURI() const {
----------------
ashgti wrote:

Since the listening sockets are a `std::map<int, SocketAddress>` it was very 
straightforward to adjust this without any new helpers.

https://github.com/llvm/llvm-project/pull/118330
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to