aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Utility/ModuleCache.h
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-30/+25
2015-08-12Download symbol file for .oat files on androidTamas Berghammer1-3/+6
2015-05-08Use hard links to link sysroot files within ModuleCache.Oleksiy Vyalov1-9/+0
2015-05-07Use file locks to synchronize access to ModuleCache.Oleksiy Vyalov1-10/+11
2015-04-15Add Modulecache::GetAndPut method which wraps sequence of Get and Put (if mod...Oleksiy Vyalov1-0/+11
2015-03-24Fix ModuleCache usage in Platform - ask remote platform for module's ModuleSp...Oleksiy Vyalov1-1/+2
2015-03-12Make ModuleCache::Get to return instantiated ModuleSP instance so already cre...Oleksiy Vyalov1-5/+7
2015-03-10Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer -...Oleksiy Vyalov1-0/+72