Rename "macosx-kernel" to "darwin-kernel" to match the filenames before anyone starts using the settings for this plug-in.

llvm-svn: 166295
This commit is contained in:
Greg Clayton 2012-10-19 18:14:47 +00:00
parent e8cd0c9859
commit 468ea4eb9d
2 changed files with 3 additions and 3 deletions

View File

@ -57,7 +57,7 @@ public:
static ConstString &
GetSettingName ()
{
static ConstString g_setting_name("macosx-kernel");
static ConstString g_setting_name("darwin-kernel");
return g_setting_name;
}
@ -952,7 +952,7 @@ DynamicLoaderDarwinKernel::DebuggerInitialize (lldb_private::Debugger &debugger)
const char *
DynamicLoaderDarwinKernel::GetPluginNameStatic()
{
return "dynamic-loader.macosx-kernel";
return "dynamic-loader.darwin-kernel";
}
const char *

View File

@ -94,7 +94,7 @@ OperatingSystemDarwinKernel::CreateInstance (Process *process, bool force)
const char *
OperatingSystemDarwinKernel::GetPluginNameStatic()
{
return "macosx-kernel";
return "darwin-kernel";
}
const char *