index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
source
/
Host
/
posix
/
PipePosix.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb][NFC] Use static_cast instead of reinterpret_cast where possible
Raphael Isemann
2020-01-07
1
-5
/
+4
*
[lldb] Add missing EINTR handling
Michal Gorny
2019-03-21
1
-2
/
+7
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[lldb-server] Add unnamed pipe support to PipeWindows
Aaron Smith
2019-01-10
1
-2
/
+3
*
Do not use PATH_MAX with SmallString
Stella Stamenova
2018-12-10
1
-2
/
+2
*
Replace HostInfo::GetLLDBPath with specific functions
Pavel Labath
2018-06-19
1
-7
/
+3
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-2
/
+2
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-30
/
+31
*
Resubmit r298334 after fixing OSX build errors.
Zachary Turner
2017-03-21
1
-2
/
+1
*
Revert r298334 until Zachary has a chance to fix the buildbot failure
Jason Molenda
2017-03-21
1
-1
/
+2
*
Delete various lldb FileSystem functions.
Zachary Turner
2017-03-21
1
-2
/
+1
*
Prevent at compile time converting from Error::success() to Expected<T>
Mehdi Amini
2016-11-11
1
-1
/
+1
*
Make the Error class constructor protected
Mehdi Amini
2016-11-11
1
-1
/
+1
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-271
/
+208
*
Centralize all select() calls into one place so that we can take advantage of...
Greg Clayton
2016-08-10
1
-109
/
+53
*
The pipe2(2) call is supported on NetBSD
Ed Maste
2015-09-14
1
-2
/
+2
*
Prevent from a redefinition of _GLIBCXX_USE_NANOSLEEP
Stephane Sezer
2015-09-09
1
-0
/
+2
*
Fix for build errors on arm-linux-gnueabi-gcc
Omair Javaid
2015-08-09
1
-0
/
+4
*
Revert "Add Pipe::WriteWithTimeout method"
Pavel Labath
2015-07-21
1
-10
/
+6
*
Add Pipe::WriteWithTimeout method
Pavel Labath
2015-07-21
1
-6
/
+10
*
Refactor many file functions to use FileSpec over strings.
Chaoren Lin
2015-05-29
1
-1
/
+1
*
PosixPipes should not be copyable but should be movable.
Chaoren Lin
2015-05-01
1
-1
/
+19
*
Add file descriptor constructor for PipePosix.
Chaoren Lin
2015-04-29
1
-13
/
+4
*
Add an unnamed pipe fail-safe to launching lldb-gdbserver.
Chaoren Lin
2015-04-27
1
-0
/
+9
*
Fix warning about the use of mktemp and make platform agnostic by adding and ...
Oleksiy Vyalov
2015-02-05
1
-0
/
+35
*
Extend PipePosix with support for named pipes/timeout-based IO and integrate ...
Oleksiy Vyalov
2015-01-14
1
-1
/
+1
*
Extend PipePosix with support for named pipes/timeout-based IO and integrate ...
Oleksiy Vyalov
2015-01-13
1
-71
/
+197
*
No need to call SetErrorToErrno when pipe2 succeeds.
Oleksiy Vyalov
2014-12-19
1
-3
/
+0
*
Enhance the Pipe interface for better portability.
Zachary Turner
2014-12-17
1
-57
/
+130
*
Extend PipePosix with child_processes_inherit support - to control whether pi...
Oleksiy Vyalov
2014-11-21
1
-1
/
+38
*
Fix deadlock in Python one-line execution.
Zachary Turner
2014-10-08
1
-0
/
+145