1. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  2. 75500e7 Typo corrections identified by codespell by Ed Maste · 9 years ago
  3. 3154e77 Replace file system forbidden symbols in the hostname which passed to the ModuleCache. by Oleksiy Vyalov · 9 years ago
  4. 257e13a Add modules downloaded by ModuleCache to the global ModuleList by Tamas Berghammer · 10 years ago
  5. 1ef2cb9 Fix module cache sym links' creation for symbol files. by Oleksiy Vyalov · 10 years ago
  6. 2b38f33 Remove unused modules from module cache. by Oleksiy Vyalov · 10 years ago
  7. ec3f92a Download symbol file for .oat files on android by Tamas Berghammer · 10 years ago
  8. d3173f3 Refactor many file functions to use FileSpec over strings. by Chaoren Lin · 10 years ago
  9. a9ea071 Use hard links to link sysroot files within ModuleCache. by Oleksiy Vyalov · 10 years ago
  10. 919ef9d Use file locks to synchronize access to ModuleCache. by Oleksiy Vyalov · 10 years ago
  11. 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
  12. 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
  13. 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
  14. 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