summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/ModuleCache.cpp
Commit message (Expand)AuthorAgeFilesLines
* Convert FileSystem::Open() to return Expected<FileUP>Lawrence D'Anna2019-09-261-10/+14
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-3/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [FileSystem] Open File instances through the FileSystem.Jonas Devlieghere2018-11-021-3/+4
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-2/+2
* [FileSystem] Remove Exists() from FileSpecJonas Devlieghere2018-11-011-3/+3
* [FileSystem] Remove GetByteSize() from FileSpecJonas Devlieghere2018-11-011-1/+2
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-3/+2
* Rename Error -> Status.Zachary Turner2017-05-121-44/+45
* Resubmit r298334 after fixing OSX build errors.Zachary Turner2017-03-211-9/+9
* Revert r298334 until Zachary has a chance to fix the buildbot failureJason Molenda2017-03-211-9/+9
* Delete various lldb FileSystem functions.Zachary Turner2017-03-211-9/+9
* Remove LLDB's recursive directory deletion function.Zachary Turner2017-03-091-1/+1
* Resubmit FileSystem changes.Zachary Turner2017-03-081-9/+4
* Revert "Use LLVM for all stat-related functionality."Pavel Labath2017-03-071-8/+4
* Use LLVM for all stat-related functionality.Zachary Turner2017-03-071-4/+8
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Remove dependencies from Utility to Core and Target.Zachary Turner2017-02-141-0/+336
OpenPOWER on IntegriCloud