summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Communication.cpp
Commit message (Expand)AuthorAgeFilesLines
* Stop read thread of Communication on EOFTamas Berghammer2015-04-201-4/+4
* Move lldb-log.cpp to core/Logging.cppZachary Turner2015-03-181-1/+0
* Fix ProcessIO test failuresPavel Labath2015-03-121-1/+33
* Fix up the HostThread interface, making the interface simpler.Zachary Turner2014-09-231-6/+4
* Create a HostThread abstraction.Zachary Turner2014-09-091-13/+14
* Fix on Linux for ReadThread lingering after inferior exitsTodd Fiala2014-08-211-2/+13
* Fixed CTRL+C related issues:Greg Clayton2014-05-021-0/+3
* Missing files for previous checkin that fixed: "script help (lldb.SBThread)" ...Greg Clayton2014-01-301-0/+10
* MingW compilation (windows). Includes various refactoring to improve portabil...Virgile Bello2013-08-231-2/+2
* Prevent race in when stopping a "read thread"Tim Northover2013-06-271-2/+0
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-181-1/+1
* <rdar://problem/13521159>Greg Clayton2013-03-271-5/+5
* More Linux warnings fixes (remove default labels as needed):Daniel Malea2012-12-071-1/+0
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-3/+3
* Ran the sources through the compiler with -Wshadow warningsJason Molenda2012-10-041-1/+1
* Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...Greg Clayton2012-09-181-6/+6
* Add a general mechanism to wait on the debugger for Broadcasters of a given c...Jim Ingham2012-02-161-1/+10
* Cleaned up the Communication class when it tears down ConnectionFileDescriptorGreg Clayton2012-01-311-4/+4
* Fixed an issue where even if the communication object had Clear() called onGreg Clayton2011-08-191-1/+2
* Added "target variable" command that allows introspection of globalGreg Clayton2011-07-071-1/+4
* Switch from USEC_PER_SEC/NSEC_PER_SEC/NSEC_PER_USEC to TimeValue constantsPeter Collingbourne2011-06-181-1/+1
* Improved the packet throughput when debugging with GDB remote by over 3x onGreg Clayton2011-06-171-33/+17
* 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