aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Utility/ModuleCache.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-271/+269
2016-07-19Typo corrections identified by codespellEd Maste1-1/+1
2016-05-24Replace file system forbidden symbols in the hostname which passed to the Mod...Oleksiy Vyalov1-4/+20
2015-12-10Add modules downloaded by ModuleCache to the global ModuleListTamas Berghammer1-5/+11
2015-11-03Fix module cache sym links' creation for symbol files.Oleksiy Vyalov1-2/+2
2015-09-18Remove unused modules from module cache.Oleksiy Vyalov1-20/+114
2015-08-12Download symbol file for .oat files on androidTamas Berghammer1-7/+43
2015-05-29Refactor many file functions to use FileSpec over strings.Chaoren Lin1-3/+2
2015-05-08Use hard links to link sysroot files within ModuleCache.Oleksiy Vyalov1-33/+31
2015-05-07Use file locks to synchronize access to ModuleCache.Oleksiy Vyalov1-28/+34
2015-04-15Add Modulecache::GetAndPut method which wraps sequence of Get and Put (if mod...Oleksiy Vyalov1-0/+39
2015-03-24Fix ModuleCache usage in Platform - ask remote platform for module's ModuleSp...Oleksiy Vyalov1-1/+4
2015-03-12Make ModuleCache::Get to return instantiated ModuleSP instance so already cre...Oleksiy Vyalov1-20/+29
2015-03-10Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer -...Oleksiy Vyalov1-0/+132