This revision was automatically updated to reflect the committed changes.
Closed by commit rL300112: [NFC] Adding a new wrapper for getaddrinfo (authored
by cbieneman).
Changed prior to commit:
https://reviews.llvm.org/D31822?vs=94550&id=95037#toc
Repository:
rL LLVM
https://reviews.llvm.or
beanz added inline comments.
Comment at: include/lldb/Host/SocketAddress.h:44-45
+
//
+ static std::vector GetAddressInfo(const char *hostname,
+ const c
zturner accepted this revision.
zturner added inline comments.
This revision is now accepted and ready to land.
Comment at: include/lldb/Host/SocketAddress.h:44-45
+
//
+ static std::vector GetAddressI
beanz created this revision.
This patch adds a new wrapper for getaddrinfo which returns a std::vector of
SocketAddresses. While this patch doesn't add any uses of the new function, I
have two separable patches that are dependent on this, so I put it in its own
patch.
https://reviews.llvm.org