summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/ConnectionSharedMemory.cpp
Commit message (Expand)AuthorAgeFilesLines
* Introduce Chrono to the Connection class. NFCI.Pavel Labath2016-11-251-1/+1
* Convert Platform, Process, and Connection functions to StringRef.Zachary Turner2016-11-171-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-109/+84
* Delete Host/windows/win32.hZachary Turner2016-08-091-2/+2
* Revert "Add a read_full_buffer argument to ConnectionFileDescriptor::Read"Pavel Labath2016-05-031-2/+5
* Add a read_full_buffer argument to ConnectionFileDescriptor::ReadPavel Labath2016-05-031-5/+2
* Unicode support on Win32.Zachary Turner2016-03-221-11/+13
* Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...Eugene Zelenko2016-03-021-7/+10
* Use fcntl.h to retrieve the O_CREAT and O_RDWR constants.Vasileios Kalintiris2015-09-221-1/+1
* Move lldb-log.cpp to core/Logging.cppZachary Turner2015-03-181-1/+0
* Added Connection::GetURI()Vince Harron2015-01-171-0/+7
* LLGS Android target support - for Andy Chien : http://reviews.llvm.org/D6166Shawn Best2014-11-081-0/+2
* Fix most of the remaining Windows build warnings.Todd Fiala2014-06-021-2/+10
* MingW compilation (windows). Includes various refactoring to improve portabil...Virgile Bello2013-08-231-1/+20
* Improved the packet throughput when debugging with GDB remote by over 3x onGreg Clayton2011-06-171-1/+5
* Added a speed test to the GDBRemoteCommunicationClient and Greg Clayton2011-04-041-0/+127
OpenPOWER on IntegriCloud