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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
include/lldb/Host/SocketAddress.h | ||
---|---|---|
44–45 ↗ | (On Diff #94550) | I don't want to use Twine for this because in other patches I'm pulling this into debugserver which doesn't have any dependency on LLVM. |