PlatformDarwinKernel was treating its file path arg as a kext bundle id -- but when...
authorJason Molenda <jmolenda@apple.com>
Tue, 18 Jun 2013 21:23:14 +0000 (21:23 +0000)
committerJason Molenda <jmolenda@apple.com>
Tue, 18 Jun 2013 21:23:14 +0000 (21:23 +0000)
commita721731fdd0ab07d66e1f143181c6d8de66b3188
tree8a92907e58312f15eed909332a9e3198863f21a3
parent1806f938b5362215e02da661b66f3d738e6d680a
PlatformDarwinKernel was treating its file path arg as a kext bundle id -- but when the user
did a manual "target modules add", it would be a file path.  If the kext bundle lookup fails,
fall back to calling PlatformDarwin's GetSharedModule which will handle a file path correctly.
<rdar://problem/14179858>

llvm-svn: 184237
lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp