Change the default of 'platform.plugin.darwin-kernel.search-locally-for-kexts'
authorJason Molenda <jmolenda@apple.com>
Sat, 6 Apr 2013 05:25:38 +0000 (05:25 +0000)
committerJason Molenda <jmolenda@apple.com>
Sat, 6 Apr 2013 05:25:38 +0000 (05:25 +0000)
to 'off' for a week or so while we test the behavior in different environments.

llvm-svn: 178951

lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp

index db950a5..93a5361 100644 (file)
@@ -172,7 +172,7 @@ PlatformDarwinKernel::GetDescriptionStatic()
 static PropertyDefinition
 g_properties[] =
 {
-    { "search-locally-for-kexts" , OptionValue::eTypeBoolean,      true, true, NULL, NULL, "Automatically search for kexts on the local system when doing kernel debugging." },
+    { "search-locally-for-kexts" , OptionValue::eTypeBoolean,      true, false, NULL, NULL, "Automatically search for kexts on the local system when doing kernel debugging." },
     { "kext-directories",          OptionValue::eTypeFileSpecList, false, 0,   NULL, NULL, "Directories/KDKs to search for kexts in when starting a kernel debug session." },
     {  NULL        , OptionValue::eTypeInvalid, false, 0  , NULL, NULL, NULL  }
 };