forked from OSchip/llvm-project
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:
parent
e8cd0c9859
commit
468ea4eb9d
|
@ -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 *
|
||||
|
|
|
@ -94,7 +94,7 @@ OperatingSystemDarwinKernel::CreateInstance (Process *process, bool force)
|
|||
const char *
|
||||
OperatingSystemDarwinKernel::GetPluginNameStatic()
|
||||
{
|
||||
return "macosx-kernel";
|
||||
return "darwin-kernel";
|
||||
}
|
||||
|
||||
const char *
|
||||
|
|
Loading…
Reference in New Issue