Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
d3173f34e8546a96b8d0df0d9de133f88f10c127
/
lldb
/
source
/
Utility
/
ModuleCache.cpp
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