summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/OperatingSystem/Darwin-Kernel/OperatingSystemDarwinKernel.cpp
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2012-10-19 18:14:47 +0000
committerGreg Clayton <gclayton@apple.com>2012-10-19 18:14:47 +0000
commit468ea4eb9d5a498af916c27d28e741d6f24a6d26 (patch)
tree66a0305f8f69e5ddf02624362f274ed42e9e3db8 /lldb/source/Plugins/OperatingSystem/Darwin-Kernel/OperatingSystemDarwinKernel.cpp
parente8cd0c9859bfae9b173e89f566b6f4d6b010b19f (diff)
downloadbcm5719-llvm-468ea4eb9d5a498af916c27d28e741d6f24a6d26.tar.gz
bcm5719-llvm-468ea4eb9d5a498af916c27d28e741d6f24a6d26.zip
Rename "macosx-kernel" to "darwin-kernel" to match the filenames before anyone starts using the settings for this plug-in.
llvm-svn: 166295
Diffstat (limited to 'lldb/source/Plugins/OperatingSystem/Darwin-Kernel/OperatingSystemDarwinKernel.cpp')
-rw-r--r--lldb/source/Plugins/OperatingSystem/Darwin-Kernel/OperatingSystemDarwinKernel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/OperatingSystem/Darwin-Kernel/OperatingSystemDarwinKernel.cpp b/lldb/source/Plugins/OperatingSystem/Darwin-Kernel/OperatingSystemDarwinKernel.cpp
index 93e69336c7f..a8cd1567791 100644
--- a/lldb/source/Plugins/OperatingSystem/Darwin-Kernel/OperatingSystemDarwinKernel.cpp
+++ b/lldb/source/Plugins/OperatingSystem/Darwin-Kernel/OperatingSystemDarwinKernel.cpp
@@ -94,7 +94,7 @@ OperatingSystemDarwinKernel::CreateInstance (Process *process, bool force)
const char *
OperatingSystemDarwinKernel::GetPluginNameStatic()
{
- return "macosx-kernel";
+ return "darwin-kernel";
}
const char *
OpenPOWER on IntegriCloud