[Lldb-commits] [PATCH] D31822: [NFC] Adding a new wrapper for getaddrinfo

Chris Bieneman via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Apr 10 11:06:10 PDT 2017


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/D31822

Files:
  include/lldb/Host/SocketAddress.h
  source/Host/common/SocketAddress.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31822.94550.patch
Type: text/x-patch
Size: 4264 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170410/2f8f4ec3/attachment.bin>


More information about the lldb-commits mailing list