History log of /external/lldb/include/lldb/Host/SocketAddress.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4b66329ac82b5f3d939bd31b4d1498da9257d85a 02-Aug-2011 Johnny Chen <johnny.chen@apple.com> Patch by David Forsythe to build lldb on FreeBSD!

I did not take the patch for ClangExpressionParser.cpp since there was a
recent change by Peter for the same line. Feel free to disagree. :-)

Reference:
----------------------------------------------------------------------
r136580 | pcc | 2011-07-30 15:42:24 -0700 (Sat, 30 Jul 2011) | 3 lines

Add reloc arg to standard JIT createJIT()

Fixes non-__APPLE__ build. Patch by Matt Johnson!
----------------------------------------------------------------------

Also, I ignore the part of the patch to remove the RegisterContextDarwin*.h/.cpp.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@136720 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/include/lldb/Host/SocketAddress.h
ea6d783624f0b7dcbf3773cb31d6e4fcd4f93b6c 22-Jul-2011 Peter Collingbourne <peter@pcc.me.uk> Add support for platforms without sa_len to SocketAddress, and modify
some code to use it

git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@135790 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/include/lldb/Host/SocketAddress.h
d5b3e3c662c967feb455a01f307c3f4bc318eec9 19-Jul-2011 Greg Clayton <gclayton@apple.com> Added some more functionality to SocketAddress and modified
ConnectionFileDescriptor to use it.



git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@135511 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/include/lldb/Host/SocketAddress.h
ac304e4cbd1005210661720d5f2232f85b08c195 19-Jul-2011 Greg Clayton <gclayton@apple.com> Abstract "struct sockaddr", "struct sockaddr_in", "struct sockaddr_in6" and
"struct sockaddr_storage" into a new host class called SocketAddress. This
will allow us to control the host specific implementations (such as how to
get the length) into a single Host specific class.



git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@135488 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/include/lldb/Host/SocketAddress.h