Search through all memory regions of the core file for
authorJason Molenda <jmolenda@apple.com>
Thu, 12 Feb 2015 06:14:23 +0000 (06:14 +0000)
committerJason Molenda <jmolenda@apple.com>
Thu, 12 Feb 2015 06:14:23 +0000 (06:14 +0000)
commit92ee75c0b2352b4394832cbc71d059321e8854c3
tree699c4c56af90264f05ae425781fd3c8ee529a5a6
parent3b2ce022f2365d995fc28f3a002ba4b40b8d7472
Search through all memory regions of the core file for
both a user process dyld and for a kernel binary -- we
will decide which to prefer after one or both have been
located.

It would be faster to stop the search thorugh the core
segments one we've found a dyld/kernel binary - but that
may trick us into missing the one we would prefer.

<rdar://problem/19806413>

llvm-svn: 228910
lldb/source/Plugins/Process/mach-core/ProcessMachCore.cpp