The dyld_all_image_infos structure, at version 13 and higher, has
authorJason Molenda <jmolenda@apple.com>
Tue, 16 Apr 2013 06:24:42 +0000 (06:24 +0000)
committerJason Molenda <jmolenda@apple.com>
Tue, 16 Apr 2013 06:24:42 +0000 (06:24 +0000)
commit0e0954c85af89a1bd68227d63ebfc43a3780f4a4
treed580e7fdfd96797e0c40d0bfbf2c3b544016047f
parent73d1739bc4eb1eadeb0ca33495d80e11aa85cd63
The dyld_all_image_infos structure, at version 13 and higher, has
a UUID for the shared cache libraries that can be used to confirm
that one process' shared cache is the same as another, or that a
process' in-memory shared cache is a match for a given on-disk
dyld_shared_cache binary file.  Use these UUIDs to catch some
uncommon problems when the shared caches are being changed for debug
purposes.
<rdar://problem/13524467>

llvm-svn: 179583
lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.h