summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Communication.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added the ability to get a broadcaster event name for a given broadcasterGreg Clayton2011-04-011-0/+6
* Did a lot more work on abtracting and organizing the platforms. Greg Clayton2011-03-241-0/+3
* Split all of the core of LLDB.framework/lldb.so into aGreg Clayton2011-03-201-0/+1
* Patch that allows for thread_t to be something more complex than anGreg Clayton2011-02-081-3/+3
* Fix the ctr-D and end-of-file stuff.Caroline Tice2011-02-031-1/+12
* Endian patch from Kirk Beitz that allows better cross platform building.Greg Clayton2011-02-011-0/+1
* Finally tracked down the racy condition that would hose up our debugGreg Clayton2011-01-271-0/+2
* Do not pass an invalid thread to Thread{Cancel,Join}.Stephen Wilson2011-01-121-4/+5
* Modified LLDB expressions to not have to JIT and run code just to see variableGreg Clayton2010-12-141-25/+40
* Fixed a multi-threaded race condition that could happen when communication cl...Greg Clayton2010-12-121-1/+11
* Added the ability to dump sections to a certain depth (for when sectionsGreg Clayton2010-12-081-0/+1
* More reverting of the EOF stuff as the API was changed which we don't want toGreg Clayton2010-12-041-8/+2
* Reverted the close on EOF stuff again as it was crashing Xcode.Greg Clayton2010-12-041-10/+2
* Add proper EOF handling to Communication & Connection classes:Caroline Tice2010-12-021-4/+18
* Revert the End of file stuff that was added as it was causing read threadsGreg Clayton2010-11-201-6/+2
* Add the ability to catch and do the right thing with Interrupts (often contro...Caroline Tice2010-11-191-3/+8
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-2/+3
* Add the ability to disable individual log categories, ratherCaroline Tice2010-10-291-0/+1
* First pass at adding logging capabilities for the API functions. At the momentCaroline Tice2010-10-261-0/+17
* Fixed a race condition that was sometimes stopping our command line Greg Clayton2010-09-151-1/+3
* Remove a premature invalidation of a threads pthread_t handle, thus avoidingGreg Clayton2010-07-231-3/+3
* Remove use of STL collection class use of the "data()" method since it isn'tGreg Clayton2010-07-201-1/+1
* Misc warning fixes.Eli Friedman2010-07-091-4/+4
* Add missing includes.Eli Friedman2010-06-091-0/+1
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+363
OpenPOWER on IntegriCloud