We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04e10ab commit a549484Copy full SHA for a549484
lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp
@@ -811,7 +811,7 @@ Status PlatformDarwinKernel::GetSharedModuleKernel(
811
FileSpecList search_paths =
812
process->GetTarget().GetDebugFileSearchPaths();
813
FileSpec dsym_fspec =
814
- PluginManager::LocateExecutableSymbolFile(kern_spec, search_paths);
+ Symbols::LocateExecutableSymbolFile(kern_spec, search_paths);
815
if (FileSystem::Instance().Exists(dsym_fspec))
816
module_sp->SetSymbolFileFileSpec(dsym_fspec);
817
if (did_create_ptr)
0 commit comments