summaryrefslogtreecommitdiffstats
path: root/lldb/source/Utility/ModuleCache.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use hard links to link sysroot files within ModuleCache.Oleksiy Vyalov2015-05-081-33/+31
* Use file locks to synchronize access to ModuleCache.Oleksiy Vyalov2015-05-071-28/+34
* Add Modulecache::GetAndPut method which wraps sequence of Get and Put (if mod...Oleksiy Vyalov2015-04-151-0/+39
* Fix ModuleCache usage in Platform - ask remote platform for module's ModuleSp...Oleksiy Vyalov2015-03-241-1/+4
* Make ModuleCache::Get to return instantiated ModuleSP instance so already cre...Oleksiy Vyalov2015-03-121-20/+29
* Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer -...Oleksiy Vyalov2015-03-101-0/+132
OpenPOWER on IntegriCloud