summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/ConnectionFileDescriptor.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add proper EOF handling to Communication & Connection classes:Caroline Tice2010-12-021-2/+2
* Revert the End of file stuff that was added as it was causing read threadsGreg Clayton2010-11-201-12/+2
* Add the ability to catch and do the right thing with Interrupts (often contro...Caroline Tice2010-11-191-2/+12
* Make processes use InputReaders for their input. Move the processCaroline Tice2010-11-161-0/+2
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-3/+3
* Missed a file in my last commit.Caroline Tice2010-10-291-0/+2
* Stop the driver from handling SIGPIPE in case we communicate with stale Greg Clayton2010-10-191-0/+53
* Warnings cleanup patch from Jean-Daniel Dupas.Greg Clayton2010-07-231-4/+4
* Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.Jim Ingham2010-06-151-1/+1
* Add necessary includes. Remove unnecessary assignments to sin_len.Eli Friedman2010-06-091-2/+2
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+563
OpenPOWER on IntegriCloud