llvm-project/lldb/source/Host
Vince Harron eb303ee5df 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

llvm-svn: 226362
2015-01-17 02:20:29 +00:00
..
common Added Connection::GetURI() 2015-01-17 02:20:29 +00:00
freebsd Use kern.proc.auxv to get the aux data 2014-11-01 21:27:08 +00:00
linux Add Linux support for HostInfo::GetOSBuildString and HostInfo::GetOSKernelDescription. 2014-12-09 02:13:05 +00:00
macosx Fix a -Wnull-conversion warning. 2015-01-15 17:55:24 +00:00
posix Added Connection::GetURI() 2015-01-17 02:20:29 +00:00
windows Added Connection::GetURI() 2015-01-17 02:20:29 +00:00
CMakeLists.txt Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ 2015-01-15 20:08:35 +00:00
Makefile Try to fix the Make build 2014-08-15 22:50:48 +00:00