summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/windows/FileSystem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Various build fixes for lldb on MinGWHaibo Huang2019-08-061-0/+1
* 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/+9
* [Windows] Fix Windows build after be053dd5a384a03da5a77552686900ddc7bfc178Aleksandr Urakov2018-11-021-1/+1
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-131-1/+1
* Rename Error -> Status.Zachary Turner2017-05-121-6/+6
* Resubmit "Delete the remainder of platform specific code in FileSpec."Zachary Turner2017-03-221-0/+1
* Revert "Delete the remainder of platform specific code in FileSpec."Pavel Labath2017-03-221-1/+0
* Delete the remainder of platform specific code in FileSpec.Zachary Turner2017-03-221-0/+1
* Resubmit r298334 after fixing OSX build errors.Zachary Turner2017-03-211-87/+0
* Revert r298334 until Zachary has a chance to fix the buildbot failureJason Molenda2017-03-211-0/+87
* Delete various lldb FileSystem functions.Zachary Turner2017-03-211-87/+0
* Remove FileSystem::Get/SetFilePermissionsZachary Turner2017-03-191-28/+0
* Remove FileSystem::MakeDirectory.Zachary Turner2017-03-191-15/+0
* Remove LLDB's recursive directory deletion function.Zachary Turner2017-03-091-34/+0
* Make lldb -Werror clean on Windows.Zachary Turner2016-10-051-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-225/+193
* Delete Host/windows/win32.hZachary Turner2016-08-091-1/+1
* Unicode support on Win32.Zachary Turner2016-03-221-24/+96
* 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/+6
* Remove unused modules from module cache.Oleksiy Vyalov2015-09-181-0/+23
* Implement FileSystem::GetPermissions for Windows. Differential Revision: http...Adrian McCarthy2015-07-171-1/+19
* Refactor many file functions to use FileSpec over strings.Chaoren Lin2015-05-291-18/+23
* Use hard links to link sysroot files within ModuleCache.Oleksiy Vyalov2015-05-081-0/+9
* Use llvm::sys::fs::create_directories to create new directory on Windows.Oleksiy Vyalov2015-04-101-2/+7
* 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-6/+0
* Fix some posix assumptions related to running shell commands.Zachary Turner2014-12-081-1/+1
* Reverting r223548 which broke running in the shell on OS X.Jim Ingham2014-12-061-1/+1
* Fix some posix assumptions related to running shell commands.Zachary Turner2014-12-061-1/+1
* Move FileSystem functions out of Host and into their own classes.Zachary Turner2014-08-151-0/+146
OpenPOWER on IntegriCloud