diff options
-rw-r--r-- | lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp b/lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp index db950a5844c..93a5361b273 100644 --- a/lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp +++ b/lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp @@ -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 } }; |