summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/ConnectionFileDescriptor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Disable the command pipe in ConnectionFileDescriptor for Windows.Zachary Turner2014-08-071-1/+8
* Creates a socket host object.Zachary Turner2014-08-061-925/+153
* Remove assert now that we have a 'i' character that might come through as wel...Greg Clayton2014-07-111-1/+0
* Add host layer support for pipes.Greg Clayton2014-07-021-43/+14
* Fix a few typos.Bruce Mitchener2014-06-271-4/+4
* Restore select limitations comment for non-Apple platformsEd Maste2014-06-111-0/+6
* Remove duplicated codeEd Maste2014-06-101-180/+21
* Fix Windows warnings.Todd Fiala2014-05-281-2/+2
* Fixed CTRL+C related issues:Greg Clayton2014-05-021-9/+22
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-110/+134
* Replace some _MSC_VER with _WIN32.Hafiz Abid Qadeer2014-03-121-2/+2
* Fix Mingw build error by using lower case name for windows header files.Hafiz Abid Qadeer2014-03-101-1/+1
* Fixed "process launch --tty" on MacOSX.Greg Clayton2014-02-281-8/+8
* 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
OpenPOWER on IntegriCloud