1. 2fce113 Convert FileSystem::Open() to return Expected<FileUP> by Lawrence D'Anna · 6 years ago
  2. 63e5fb7 [Logging] Replace Log::Printf with LLDB_LOG macro (NFC) by Jonas Devlieghere · 6 years ago
  3. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  4. 50bc1ed [FileSystem] Open File instances through the FileSystem. by Jonas Devlieghere · 7 years ago
  5. 8f3be7a [FileSystem] Move path resolution logic out of FileSpec by Jonas Devlieghere · 7 years ago
  6. dbd7fab [FileSystem] Remove Exists() from FileSpec by Jonas Devlieghere · 7 years ago
  7. 59b78bc [FileSystem] Remove GetByteSize() from FileSpec by Jonas Devlieghere · 7 years ago
  8. 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
  9. 97206d5 Rename Error -> Status. by Zachary Turner · 8 years ago
  10. 07db3f7 Resubmit r298334 after fixing OSX build errors. by Zachary Turner · 9 years ago
  11. 2eb3227 Revert r298334 until Zachary has a chance to fix the buildbot failure on macosx. by Jason Molenda · 9 years ago
  12. bfe8bcb Delete various lldb FileSystem functions. by Zachary Turner · 9 years ago
  13. d82067f Remove LLDB's recursive directory deletion function. by Zachary Turner · 9 years ago
  14. 7d86ee5 Resubmit FileSystem changes. by Zachary Turner · 9 years ago
  15. 30e6cbf Revert "Use LLVM for all stat-related functionality." by Pavel Labath · 9 years ago
  16. 990e3cd Use LLVM for all stat-related functionality. by Zachary Turner · 9 years ago
  17. 6f9e690 Move Log from Core -> Utility. by Zachary Turner · 9 years ago
  18. 01c3243 Remove dependencies from Utility to Core and Target. by Zachary Turner · 9 years ago[Renamed (99%) from lldb/source/Utility/ModuleCache.cpp]
  19. c1edf56 Prevent at compile time converting from Error::success() to Expected<T> by Mehdi Amini · 9 years ago
  20. 41af430 Make the Error class constructor protected by Mehdi Amini · 9 years ago
  21. 771ef6d Fix Clang-tidy readability-redundant-string-cstr warnings by Malcolm Parsons · 9 years ago
  22. 14699cf Guard GetEscapedHostname against a nullptr hostname. by Jason Molenda · 9 years ago
  23. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  24. 75500e7 Typo corrections identified by codespell by Ed Maste · 9 years ago
  25. 3154e77 Replace file system forbidden symbols in the hostname which passed to the ModuleCache. by Oleksiy Vyalov · 9 years ago
  26. 257e13a Add modules downloaded by ModuleCache to the global ModuleList by Tamas Berghammer · 10 years ago
  27. 1ef2cb9 Fix module cache sym links' creation for symbol files. by Oleksiy Vyalov · 10 years ago
  28. 2b38f33 Remove unused modules from module cache. by Oleksiy Vyalov · 10 years ago
  29. ec3f92a Download symbol file for .oat files on android by Tamas Berghammer · 10 years ago
  30. d3173f3 Refactor many file functions to use FileSpec over strings. by Chaoren Lin · 10 years ago
  31. a9ea071 Use hard links to link sysroot files within ModuleCache. by Oleksiy Vyalov · 10 years ago
  32. 919ef9d Use file locks to synchronize access to ModuleCache. by Oleksiy Vyalov · 10 years ago
  33. 280d8dc Add Modulecache::GetAndPut method which wraps sequence of Get and Put (if module wasn't found in cache) calls. by Oleksiy Vyalov · 10 years ago
  34. 037f6b9 Fix ModuleCache usage in Platform - ask remote platform for module's ModuleSpec beforehand so we can look for a module by UUID locally without need to download it. by Oleksiy Vyalov · 11 years ago
  35. eda270e Make ModuleCache::Get to return instantiated ModuleSP instance so already created in-memory instance can be returned instead of creating a new one. by Oleksiy Vyalov · 11 years ago
  36. 63acdfd Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer - in order to allow modules caching from remote targets. by Oleksiy Vyalov · 11 years ago