llvm-project/lldb/source/Plugins/DynamicLoader
Jason Molenda 13becd4f43 Move the code which knows how to get information about the shared
cache from ObjectFileMachO (very wrong place) to the DynamicLoader
plugins (better place).  Not much change to the code itself, although
the old ObjectFileMachO method would try both the new dyld SPI and
reading the dyld_all_image_infos structure.  In the new methods,
I've separated those into the appropriate DynamicLoader plugins.

llvm-svn: 277088
2016-07-29 00:18:39 +00:00
..
Darwin-Kernel Add some logging to the kernel dynamicloader plugin when we fail to read 2016-07-28 04:18:44 +00:00
Hexagon-DYLD Typo corrections identified by codespell 2016-07-19 15:28:02 +00:00
MacOSX-DYLD Move the code which knows how to get information about the shared 2016-07-29 00:18:39 +00:00
POSIX-DYLD Thread local storage was already broken on Linux and the tests were passing because there was a dectorator: 2016-07-01 21:25:20 +00:00
Static second pass over removal of Mutex and Condition 2016-05-19 05:13:57 +00:00
Windows-DYLD Remove autoconf support from source directories. 2016-01-28 22:05:24 +00:00
CMakeLists.txt Move WindowsDYLD to the Plugins/DynamicLoader directory. 2015-07-08 18:07:13 +00:00