summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/posix/FileSystem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename posix/FileSystem.cpp to FileSystemPosix.cppAdrian Prantl2019-11-151-80/+0
* [lldb] Add missing EINTR handlingMichal Gorny2019-03-211-2/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [FileSystme] Move ::open abstraction into FileSystem.Jonas Devlieghere2018-11-021-0/+5
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-2/+2
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-131-1/+1
* Remove Linux-specific includes for posix/FileSystem.cppBruce Mitchener2018-05-291-5/+0
* Clean up lldb-types.hPavel Labath2017-07-181-0/+1
* Rename Error -> Status.Zachary Turner2017-05-121-9/+9
* Resubmit r298334 after fixing OSX build errors.Zachary Turner2017-03-211-78/+0
* Revert r298334 until Zachary has a chance to fix the buildbot failureJason Molenda2017-03-211-0/+78
* Delete various lldb FileSystem functions.Zachary Turner2017-03-211-78/+0
* Remove FileSystem::Get/SetFilePermissionsZachary Turner2017-03-191-22/+0
* Remove FileSystem::MakeDirectory.Zachary Turner2017-03-191-33/+0
* Remove LLDB's recursive directory deletion function.Zachary Turner2017-03-091-52/+0
* Resubmit FileSystem changes.Zachary Turner2017-03-081-3/+5
* Revert "Use LLVM for all stat-related functionality."Pavel Labath2017-03-071-5/+3
* Use LLVM for all stat-related functionality.Zachary Turner2017-03-071-3/+5
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini2016-11-111-2/+2
* Make the Error class constructor protectedMehdi Amini2016-11-111-2/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-226/+175
* Unicode support on Win32.Zachary Turner2016-03-221-0/+12
* Fix all of the unannotated switch cases to annotate the fall through or do th...Greg Clayton2016-02-261-16/+18
* Make uses of /dev/null portable across OSes.Zachary Turner2015-10-141-0/+3
* Moved ResolveSymbolicLink() to the FileSystem where it belongs, thanksSean Callanan2015-09-181-0/+22
* Remove unused modules from module cache.Oleksiy Vyalov2015-09-181-0/+10
* NetBSD doesn't provide struct statfs, make use of struct statvfsStephane Sezer2015-09-091-0/+22
* Avoid a recursive function call that could run LLDB out of file descriptors i...Greg Clayton2015-06-291-18/+34
* Replace `rm -rf` with more portable implementation.Chaoren Lin2015-06-271-5/+20
* Refactor many file functions to use FileSpec over strings.Chaoren Lin2015-05-291-46/+39
* Use hard links to link sysroot files within ModuleCache.Oleksiy Vyalov2015-05-081-0/+9
* Fix LLDB ARM build error on ubuntu precise with gcc4.7Omair Javaid2015-04-271-1/+1
* Fix typo that breaks FileSystem::IsLocalVince Harron2015-02-241-1/+1
* Compile fix for FileSystem::IsLocal on LinuxVince Harron2015-02-241-2/+25
* Avoid crashing by not mmap'ing files on network mounted file systems.Greg Clayton2015-02-231-0/+12
* Introduce FileSystem::CalculateMD5AsString that supports any platform and mak...Oleksiy Vyalov2015-02-201-27/+0
* Move FileSystem functions out of Host and into their own classes.Zachary Turner2014-08-151-0/+201
OpenPOWER on IntegriCloud