NFC. Add comment about debugserver usage
authorChris Bieneman <beanz@apple.com>
Thu, 27 Apr 2017 19:45:16 +0000 (19:45 +0000)
committerChris Bieneman <beanz@apple.com>
Thu, 27 Apr 2017 19:45:16 +0000 (19:45 +0000)
commit29618779864e352e54bc56fd8db2d3e5101c7e30
treeafbe79efb8d90266aae757ba2bdd3d7cd96452d9
parentdc9e8d22496488a4d0e988878ea6bdbddc27a525
NFC. Add comment about debugserver usage

This just adds a comment to SocketAddress about it being used by debugserver and the implications of that.

If we need to make changes to this class that make it unsuitable for debugserver we can re-implement the minimal abstractions we need from this file in debugserver. I would prefer not to do that because code duplication is bad. Nuff said.

llvm-svn: 301580
lldb/source/Host/common/SocketAddress.cpp