Additional fix to my change in r259983 to handle the
authorJason Molenda <jmolenda@apple.com>
Sat, 13 Feb 2016 04:15:02 +0000 (04:15 +0000)
committerJason Molenda <jmolenda@apple.com>
Sat, 13 Feb 2016 04:15:02 +0000 (04:15 +0000)
commit5f826bbc516a596a9168174013a0f2d536a3433c
tree8594981aacc5b49bc254e4b7a8dc871057d9975b
parent93e0200e23a3e4c085836a6b49ad947eab6352f4
Additional fix to my change in r259983 to handle the
case where a core file has a kernel binary and a user
process dyld in the same one.  Without this, we were
always picking the dyld and trying to process it as a
kernel.

<rdar://problem/24446112>

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