[Lldb-commits] [PATCH] Added Connection::GetURI()

Vince Harron vharron at google.com
Fri Jan 16 17:02:36 PST 2015


Hi clayborg,

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

REPOSITORY
  rL LLVM

http://reviews.llvm.org/D7026

Files:
  include/lldb/Core/Connection.h
  include/lldb/Core/ConnectionMachPort.h
  include/lldb/Core/ConnectionSharedMemory.h
  include/lldb/Host/posix/ConnectionFileDescriptorPosix.h
  include/lldb/Host/windows/ConnectionGenericFileWindows.h
  source/Core/ConnectionMachPort.cpp
  source/Core/ConnectionSharedMemory.cpp
  source/Host/common/Socket.cpp
  source/Host/posix/ConnectionFileDescriptorPosix.cpp
  source/Host/windows/ConnectionGenericFileWindows.cpp

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7026.18329.patch
Type: text/x-patch
Size: 10373 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150117/6f6ae958/attachment.bin>


More information about the lldb-commits mailing list