Change the name of the variable used to detect if we are loading kexts to "load-kexts...
authorGreg Clayton <gclayton@apple.com>
Fri, 19 Oct 2012 20:53:18 +0000 (20:53 +0000)
committerGreg Clayton <gclayton@apple.com>
Fri, 19 Oct 2012 20:53:18 +0000 (20:53 +0000)
commit66763eed3c754b34ed69a0d95c9780eba2958ea0
treef4da3ddaf359e33e0fbd03d0f466a768a5750b3f
parent14c43496c47f6d5b066c564fd321f3d4615c10ae
Change the name of the variable used to detect if we are loading kexts to "load-kexts" instead of "disable-kext-loading" since the value is a boolean. This was requested by the person who requested the feature. It now defaults to true:

(lldb) settings show plugin.dynamic-loader.darwin-kernel.load-kexts
plugin.dynamic-loader.darwin-kernel.load-kexts (boolean) = true

llvm-svn: 166315
lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp