diff --git a/lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp b/lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp --- a/lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp +++ b/lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp @@ -482,7 +482,7 @@ bool recurse) { static ConstString g_kext_suffix = ConstString(".kext"); static ConstString g_dsym_suffix = ConstString(".dSYM"); - static ConstString g_bundle_suffix = ConstString("Bundle"); + static ConstString g_bundle_suffix = ConstString(".Bundle"); FileSpec file_spec(path); ConstString file_spec_extension = file_spec.GetFileNameExtension();