[Lldb-commits] [lldb] r226362 - Added Connection::GetURI()

Chandler Carruth chandlerc at google.com
Fri Jan 16 20:13:33 PST 2015


On Fri, Jan 16, 2015 at 6:20 PM, Vince Harron <vharron at google.com> wrote:

> Added Connection::GetURI()
>
> This function returns a URI of the resource that the connection is
> connected to. This is especially important for connections established by
> accepting a connection from a remote host.
>
> Also added implementations for ConnectionMachPort, ConnectionSharedMemory,
> Also fixed up some documentation in Connection::Write
> Renamed ConnectionFileDescriptorPosix::SocketListen to
> ConnectionFileDescriptorPosix::SocketListenAndAccept
> Fixed a log message in Socket.cpp
>
> Differential Review: http://reviews.llvm.org/D7026
>

This broke the windows build:
http://lab.llvm.org:8011/builders/lldb-x86-win7-msvc/builds/58
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150116/9fffb72f/attachment.html>


More information about the lldb-commits mailing list