Author: tkrasnukha Date: Wed Sep 26 12:41:57 2018 New Revision: 343134 URL: http://llvm.org/viewvc/llvm-project?rev=343134&view=rev Log: Fix OSX build after r343130
Modified: lldb/trunk/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp Modified: lldb/trunk/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp?rev=343134&r1=343133&r2=343134&view=diff ============================================================================== --- lldb/trunk/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp (original) +++ lldb/trunk/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp Wed Sep 26 12:41:57 2018 @@ -188,12 +188,12 @@ const char *PlatformDarwinKernel::GetDes static PropertyDefinition g_properties[] = { {"search-locally-for-kexts", OptionValue::eTypeBoolean, true, true, NULL, - NULL, "Automatically search for kexts on the local system when doing " + {}, "Automatically search for kexts on the local system when doing " "kernel debugging."}, - {"kext-directories", OptionValue::eTypeFileSpecList, false, 0, NULL, NULL, + {"kext-directories", OptionValue::eTypeFileSpecList, false, 0, NULL, {}, "Directories/KDKs to search for kexts in when starting a kernel debug " "session."}, - {NULL, OptionValue::eTypeInvalid, false, 0, NULL, NULL, NULL}}; + {NULL, OptionValue::eTypeInvalid, false, 0, NULL, {}, NULL}}; enum { ePropertySearchForKexts = 0, ePropertyKextDirectories }; _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits