summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/common/FileSystem.cpp
Commit message (Expand)AuthorAgeFilesLines
* uint32_t options -> File::OpenOptions optionsLawrence D'Anna2019-10-141-1/+2
* factor out an abstract base class for FileLawrence D'Anna2019-10-031-1/+2
* Convert FileSystem::Open() to return Expected<FileUP>Lawrence D'Anna2019-09-261-14/+10
* File::SetDescriptor() should require optionsJonas Devlieghere2019-09-231-3/+2
* [Reproducers] Pass FileCollector around as a shared_ptr (NFC)Jonas Devlieghere2019-07-291-1/+1
* [FileCollector] Remove LLDB shim around llvm::FileCollector (NFC)Jonas Devlieghere2019-07-251-2/+2
* [FileSystem] Fix ambiguous symbol on Windows.Jonas Devlieghere2019-07-251-1/+1
* [FileCollector] Change coding style from LLDB to LLVM (NFC)Jonas Devlieghere2019-07-251-2/+2
* [Reproducers] Make reproducer relocatableJonas Devlieghere2019-06-181-2/+3
* [FileSystem] Fix regression in FileSystem::ResolveJonas Devlieghere2019-05-211-8/+12
* Make sure FileSystem::Resolve preserves the path/file distinction.Adrian Prantl2019-03-131-1/+4
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-2/+2
* [lldb-server] Improve support on WindowsAaron Smith2019-02-071-2/+2
* [Reproducers] Add file providerJonas Devlieghere2019-01-291-4/+64
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [FileSystem] Migrate CommandCompletionsJonas Devlieghere2018-12-041-0/+19
* Move time cast to SymbolFileDWARFDebugMapJonas Devlieghere2018-11-271-11/+4
* [FileSystem] Ignore nanoseconds when comparing oso_mod_timeJonas Devlieghere2018-11-261-4/+11
* Re-land "Extract construction of DataBufferLLVM into FileSystem"Jonas Devlieghere2018-11-121-0/+38
* Revert "Extract construction of DataBufferLLVM into FileSystem"Davide Italiano2018-11-121-38/+0
* Extract construction of DataBufferLLVM into FileSystemJonas Devlieghere2018-11-101-0/+38
* Revert "[FileSystem] Make use of FS in TildeExpressionResolver"Jonas Devlieghere2018-11-091-5/+4
* [FileSystem] Make use of FS in TildeExpressionResolverJonas Devlieghere2018-11-091-4/+5
* [FileSystem] Add convenience method to check for directories.Jonas Devlieghere2018-11-081-0/+11
* [FileSystem] Open File instances through the FileSystem.Jonas Devlieghere2018-11-021-0/+111
* [FileSystem] Remove `SetFileSystem` method.Jonas Devlieghere2018-11-021-4/+0
* [File] Remove static method to get permissions.Jonas Devlieghere2018-11-011-1/+14
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-2/+3
* [FileSystem] Remove ResolveExecutableLocation() from FileSpecJonas Devlieghere2018-11-011-0/+35
* [FileSystem] Improve assert and add Terminate in unit test.Jonas Devlieghere2018-11-011-3/+4
* [FileSystem] Re-add EnumerateDirectoryJonas Devlieghere2018-11-011-0/+30
* [FileSystem] Remove EnumerateDirectoryJonas Devlieghere2018-10-311-30/+0
* [FileSystem] Extend file system and have it use the VFS.Jonas Devlieghere2018-10-311-7/+158
* Delete LLDB's MD5 code. Use LLVM instead.Zachary Turner2017-03-201-72/+0
* Add a function to MD5 a file's contents.Zachary Turner2017-03-201-3/+1
* Remove TimeValue usage from FileSpec.hPavel Labath2016-11-011-0/+10
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-71/+60
* Add qModuleInfo request in order to get module information (uuid, triple,..) ...Oleksiy Vyalov2015-02-251-4/+35
* Introduce FileSystem::CalculateMD5AsString that supports any platform and mak...Oleksiy Vyalov2015-02-201-0/+72
OpenPOWER on IntegriCloud