summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/posix/PipePosix.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Use static_cast instead of reinterpret_cast where possibleRaphael Isemann2020-01-071-5/+4
* [lldb] Add missing EINTR handlingMichal Gorny2019-03-211-2/+7
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [lldb-server] Add unnamed pipe support to PipeWindowsAaron Smith2019-01-101-2/+3
* Do not use PATH_MAX with SmallStringStella Stamenova2018-12-101-2/+2
* Replace HostInfo::GetLLDBPath with specific functionsPavel Labath2018-06-191-7/+3
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-2/+2
* Rename Error -> Status.Zachary Turner2017-05-121-30/+31
* Resubmit r298334 after fixing OSX build errors.Zachary Turner2017-03-211-2/+1
* Revert r298334 until Zachary has a chance to fix the buildbot failureJason Molenda2017-03-211-1/+2
* Delete various lldb FileSystem functions.Zachary Turner2017-03-211-2/+1
* Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini2016-11-111-1/+1
* Make the Error class constructor protectedMehdi Amini2016-11-111-1/+1
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-271/+208
* Centralize all select() calls into one place so that we can take advantage of...Greg Clayton2016-08-101-109/+53
* The pipe2(2) call is supported on NetBSDEd Maste2015-09-141-2/+2
* Prevent from a redefinition of _GLIBCXX_USE_NANOSLEEPStephane Sezer2015-09-091-0/+2
* Fix for build errors on arm-linux-gnueabi-gccOmair Javaid2015-08-091-0/+4
* Revert "Add Pipe::WriteWithTimeout method"Pavel Labath2015-07-211-10/+6
* Add Pipe::WriteWithTimeout methodPavel Labath2015-07-211-6/+10
* Refactor many file functions to use FileSpec over strings.Chaoren Lin2015-05-291-1/+1
* PosixPipes should not be copyable but should be movable.Chaoren Lin2015-05-011-1/+19
* Add file descriptor constructor for PipePosix.Chaoren Lin2015-04-291-13/+4
* Add an unnamed pipe fail-safe to launching lldb-gdbserver.Chaoren Lin2015-04-271-0/+9
* Fix warning about the use of mktemp and make platform agnostic by adding and ...Oleksiy Vyalov2015-02-051-0/+35
* Extend PipePosix with support for named pipes/timeout-based IO and integrate ...Oleksiy Vyalov2015-01-141-1/+1
* Extend PipePosix with support for named pipes/timeout-based IO and integrate ...Oleksiy Vyalov2015-01-131-71/+197
* No need to call SetErrorToErrno when pipe2 succeeds.Oleksiy Vyalov2014-12-191-3/+0
* Enhance the Pipe interface for better portability.Zachary Turner2014-12-171-57/+130
* Extend PipePosix with child_processes_inherit support - to control whether pi...Oleksiy Vyalov2014-11-211-1/+38
* Fix deadlock in Python one-line execution.Zachary Turner2014-10-081-0/+145
OpenPOWER on IntegriCloud