Add a new directory path to
authorJason Molenda <jmolenda@apple.com>
Thu, 31 Jul 2014 06:36:24 +0000 (06:36 +0000)
committerJason Molenda <jmolenda@apple.com>
Thu, 31 Jul 2014 06:36:24 +0000 (06:36 +0000)
commiteff58f0d936cfb0ad2ef2d46240d103461b82927
treef197edb0aa5ddd8a30dc122df3f071ecfb0789b6
parent77be48ac4744554b08b9a6587a4ade8601c9cc90
Add a new directory path to
PlatformDarwinKernel::GetGenericSDKDirectoriesToSearch
 - /Library/Developer/KDKs where users may store
the kernel debug kits on their systems.

Change PlatformDarwinKernel::GetKextDirectoriesInSDK
to look in the root directory of places like
/Library/Developer/KDKs/KDK_10.10_14A298i.kdk
as well as the System/Library/Extensions subdir
in that directory (if it exists) and the
Library/Extensions subdir in that directory (if it
exists).
<rdar://problem/16568635>

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