summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/ConnectionFileDescriptor.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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