summaryrefslogtreecommitdiffstats
path: root/lldb/source/Utility/ModuleCache.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace file system forbidden symbols in the hostname which passed to the Mod...Oleksiy Vyalov2016-05-241-4/+20
* Add modules downloaded by ModuleCache to the global ModuleListTamas Berghammer2015-12-101-5/+11
* Fix module cache sym links' creation for symbol files.Oleksiy Vyalov2015-11-031-2/+2
* Remove unused modules from module cache.Oleksiy Vyalov2015-09-181-20/+114
* Download symbol file for .oat files on androidTamas Berghammer2015-08-121-7/+43
* Refactor many file functions to use FileSpec over strings.Chaoren Lin2015-05-291-3/+2
* 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