summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Communication.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-3/+2
* [Logging] Fix format stringsJonas Devlieghere2019-07-231-10/+10
* [Logging] Replace LogIfAnyCategoriesSet with LLDB_LOG.Jonas Devlieghere2019-07-221-26/+24
* Change LaunchThread interface to return an expected.Jonas Devlieghere2019-07-051-2/+15
* [lldb] fix cannot convert from 'nullptr' to 'lldb::thread_result_t'Konrad Kleine2019-05-231-1/+1
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Move Broadcaster+Listener+Event combo from Core into UtilityPavel Labath2018-12-141-2/+2
* Remove comments after header includes.Jonas Devlieghere2018-11-111-12/+12
* 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
OpenPOWER on IntegriCloud