summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Communication.cpp
Commit message (Expand)AuthorAgeFilesLines
* Typo fixes.Bruce Mitchener2018-05-291-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-12/+11
* Move Connection and IOObject interfaces to Utility modulePavel Labath2017-06-271-1/+1
* Rename Error -> Status.Zachary Turner2017-05-121-12/+12
* iwyu fixes for lldbCore.Zachary Turner2017-04-061-8/+17
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Add a format_provider for the Timeout classPavel Labath2017-02-101-6/+5
* Get rid of Error::PutToLog().Zachary Turner2017-02-061-8/+6
* Use Timeout<> in the Listener classPavel Labath2016-11-301-6/+2
* Introduce Chrono to the Connection class. NFCI.Pavel Labath2016-11-251-5/+2
* Fix FreeBSD build error in r287920Pavel Labath2016-11-251-2/+4
* Introduce chrono to the Communication classPavel Labath2016-11-251-23/+21
* Remove TimeValue usage from two filesPavel Labath2016-11-021-1/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-365/+322
* Clean up vestigial remnants of locking primitivesSaleem Abdulrasool2016-07-281-9/+5
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-27/+26
* Revert "Add a read_full_buffer argument to ConnectionFileDescriptor::Read"Pavel Labath2016-05-031-4/+2
* Add a read_full_buffer argument to ConnectionFileDescriptor::ReadPavel Labath2016-05-031-2/+4
* Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham2016-03-071-8/+9
* Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...Eugene Zelenko2016-03-021-53/+38
* Add -Wimplicit-fallthrough command line option to clang inJason Molenda2016-02-161-1/+1
* 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
OpenPOWER on IntegriCloud