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