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
/
FileSystem.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename posix/FileSystem.cpp to FileSystemPosix.cpp
Adrian Prantl
2019-11-15
1
-80
/
+0
*
[lldb] Add missing EINTR handling
Michal Gorny
2019-03-21
1
-2
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[FileSystme] Move ::open abstraction into FileSystem.
Jonas Devlieghere
2018-11-02
1
-0
/
+5
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-2
/
+2
*
[FileSpec] Make style argument mandatory for SetFile. NFC
Jonas Devlieghere
2018-06-13
1
-1
/
+1
*
Remove Linux-specific includes for posix/FileSystem.cpp
Bruce Mitchener
2018-05-29
1
-5
/
+0
*
Clean up lldb-types.h
Pavel Labath
2017-07-18
1
-0
/
+1
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-9
/
+9
*
Resubmit r298334 after fixing OSX build errors.
Zachary Turner
2017-03-21
1
-78
/
+0
*
Revert r298334 until Zachary has a chance to fix the buildbot failure
Jason Molenda
2017-03-21
1
-0
/
+78
*
Delete various lldb FileSystem functions.
Zachary Turner
2017-03-21
1
-78
/
+0
*
Remove FileSystem::Get/SetFilePermissions
Zachary Turner
2017-03-19
1
-22
/
+0
*
Remove FileSystem::MakeDirectory.
Zachary Turner
2017-03-19
1
-33
/
+0
*
Remove LLDB's recursive directory deletion function.
Zachary Turner
2017-03-09
1
-52
/
+0
*
Resubmit FileSystem changes.
Zachary Turner
2017-03-08
1
-3
/
+5
*
Revert "Use LLVM for all stat-related functionality."
Pavel Labath
2017-03-07
1
-5
/
+3
*
Use LLVM for all stat-related functionality.
Zachary Turner
2017-03-07
1
-3
/
+5
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-2
/
+2
*
Prevent at compile time converting from Error::success() to Expected<T>
Mehdi Amini
2016-11-11
1
-2
/
+2
*
Make the Error class constructor protected
Mehdi Amini
2016-11-11
1
-2
/
+2
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-226
/
+175
*
Unicode support on Win32.
Zachary Turner
2016-03-22
1
-0
/
+12
*
Fix all of the unannotated switch cases to annotate the fall through or do th...
Greg Clayton
2016-02-26
1
-16
/
+18
*
Make uses of /dev/null portable across OSes.
Zachary Turner
2015-10-14
1
-0
/
+3
*
Moved ResolveSymbolicLink() to the FileSystem where it belongs, thanks
Sean Callanan
2015-09-18
1
-0
/
+22
*
Remove unused modules from module cache.
Oleksiy Vyalov
2015-09-18
1
-0
/
+10
*
NetBSD doesn't provide struct statfs, make use of struct statvfs
Stephane Sezer
2015-09-09
1
-0
/
+22
*
Avoid a recursive function call that could run LLDB out of file descriptors i...
Greg Clayton
2015-06-29
1
-18
/
+34
*
Replace `rm -rf` with more portable implementation.
Chaoren Lin
2015-06-27
1
-5
/
+20
*
Refactor many file functions to use FileSpec over strings.
Chaoren Lin
2015-05-29
1
-46
/
+39
*
Use hard links to link sysroot files within ModuleCache.
Oleksiy Vyalov
2015-05-08
1
-0
/
+9
*
Fix LLDB ARM build error on ubuntu precise with gcc4.7
Omair Javaid
2015-04-27
1
-1
/
+1
*
Fix typo that breaks FileSystem::IsLocal
Vince Harron
2015-02-24
1
-1
/
+1
*
Compile fix for FileSystem::IsLocal on Linux
Vince Harron
2015-02-24
1
-2
/
+25
*
Avoid crashing by not mmap'ing files on network mounted file systems.
Greg Clayton
2015-02-23
1
-0
/
+12
*
Introduce FileSystem::CalculateMD5AsString that supports any platform and mak...
Oleksiy Vyalov
2015-02-20
1
-27
/
+0
*
Move FileSystem functions out of Host and into their own classes.
Zachary Turner
2014-08-15
1
-0
/
+201