summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/ConnectionFileDescriptor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed the Visual Studio Windows buildDeepak Panickal2014-01-131-2/+2
* sin_len is not available in the structure sockaddr_in under GNU/Linux. Fix th...Sylvestre Ledru2013-12-121-1/+6
* Replace all in_port_t with uint16_t to avoid compilation issues on different ...Greg Clayton2013-12-061-5/+5
* Modified local spawning in debugserver processes to use a new --reverse-conne...Greg Clayton2013-12-051-28/+137
* Expose SBPlatform through the public API.Greg Clayton2013-11-201-0/+3
* missed one Close () call in 191446 overload fix for Posix only code.Carlo Kok2013-09-261-1/+1
* On windows a socket and file descriptor aren't the same kind of handle, pass ...Carlo Kok2013-09-261-9/+13
* NetBSD also has a size field in socket addresses.Joerg Sonnenberger2013-09-251-2/+2
* Visual Studio 2013 compilation support: added some #ifdef _MSC_VER for unsupp...Virgile Bello2013-09-181-0/+11
* Logging enhancements to ConnectionFileDescriptorAndrew Kaylor2013-09-171-5/+25
* Remove <windows.h> from lldb-types.h.Virgile Bello2013-09-041-8/+16
* MingW compilation (windows). Includes various refactoring to improve portabil...Virgile Bello2013-08-231-12/+50
* Use canonical termios.h locationEd Maste2013-06-241-1/+1
* <rdar://problem/13657900>Greg Clayton2013-04-161-0/+21
* <rdar://problem/13384801>Greg Clayton2013-04-031-4/+5
* <rdar://problem/13521159>Greg Clayton2013-03-271-15/+15
* Clean up logging a bit to not log when a command pipe is opened when “lldb ...Greg Clayton2013-03-261-1/+1
* <rdar://problem/13121056>Greg Clayton2013-02-161-61/+418
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-6/+6
* Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...Greg Clayton2012-09-181-15/+15
* Fixed the delay that was happening when quitting lldb from the command line. ...Greg Clayton2012-08-081-27/+28
* Lock around reading as well as connecting & disconnecting so we don't start r...Jim Ingham2012-07-171-31/+73
* Add a command channel to wait on along with the file descriptor the Connectio...Jim Ingham2012-07-121-52/+103
* Cleaned up the Communication class when it tears down ConnectionFileDescriptorGreg Clayton2012-01-311-30/+41
* Disable the ConnectionFileDescriptor mutex for now as it is deadlocking ourGreg Clayton2012-01-271-7/+6
* <rdar://problem/10760649>Greg Clayton2012-01-271-1/+5
* <rdar://problem/10711649>Greg Clayton2012-01-211-0/+7
* Our Read functions were taking a timeout of UINT32_MAX to mean wait forever, ...Jim Ingham2012-01-211-2/+10
* <rdar://problem/9731573>Greg Clayton2012-01-141-1/+10
* <rdar://problem/10507811>Greg Clayton2012-01-041-12/+35
* Add support for platforms without sa_len to SocketAddress, and modifyPeter Collingbourne2011-07-221-8/+4
* Added some more functionality to SocketAddress and modified Greg Clayton2011-07-191-28/+26
* Abstract "struct sockaddr", "struct sockaddr_in", "struct sockaddr_in6" andGreg Clayton2011-07-191-23/+13
* Added a boolean to the pure virtual lldb_private::Process::CanDebug(...)Greg Clayton2011-07-171-192/+268
* Completed more work on the KDP darwin kernel debugging Process plug-in.Greg Clayton2011-07-161-53/+126
* Added the ability to connect using "tcp://<host>:<port>" which is theGreg Clayton2011-07-151-3/+101
* When we use the "fd://%u" for file descriptors, we need to detect if this isGreg Clayton2011-07-021-18/+32
* Switch from USEC_PER_SEC/NSEC_PER_SEC/NSEC_PER_USEC to TimeValue constantsPeter Collingbourne2011-06-181-2/+2
* Improved the packet throughput when debugging with GDB remote by over 3x onGreg Clayton2011-06-171-5/+48
* Fixed an issue that could cause LLDB to spin indefinitely.Greg Clayton2011-05-291-0/+1
* Added the ability to sign extend a Scalar at any bit position for integerGreg Clayton2011-05-191-1/+3
* Added the ability to set the Platform path for a module through the SBModuleGreg Clayton2011-04-301-0/+40
* Moved the execution context that was in the Debugger intoGreg Clayton2011-04-121-0/+35
* Did a lot more work on abtracting and organizing the platforms. Greg Clayton2011-03-241-8/+8
* Expose includes for the socket layer on all platforms.Stephen Wilson2011-02-161-2/+0
* Patch from Kirk Beitz to make things compile on MinGW minus the putenv part.Greg Clayton2011-02-091-3/+11
* Remove bzero use and replace with memset (patch from Kirk Beitz).Greg Clayton2011-02-041-1/+1
* Fix the ctr-D and end-of-file stuff.Caroline Tice2011-02-031-6/+2
* Patch from Stephen Wilson:Johnny Chen2010-12-201-0/+2
* Revert a small but important part of the EOF handling code that Greg Caroline Tice2010-12-131-2/+6
OpenPOWER on IntegriCloud