lldb running on an ios device is using the _dyld_get_all_image_infos()
authorJason Molenda <jmolenda@apple.com>
Wed, 7 Feb 2018 01:28:29 +0000 (01:28 +0000)
committerJason Molenda <jmolenda@apple.com>
Wed, 7 Feb 2018 01:28:29 +0000 (01:28 +0000)
commitfd443e9b6cd0559f2dd6e51ae40eb54542fccbf0
treecfc78a9c8d178d55cbce2a07fb35e03a3ccd7431
parent6d9e090a64b0326a203b5ad99758652c23fa301b
lldb running on an ios device is using the _dyld_get_all_image_infos()
SPI call to to find its own shared cache's UUID.  On newer sytems we
need to use the a new SPI which will return the UUID directly.

<rdar://problem/36625871>

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