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