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 adb1860 commit 995cf94Copy full SHA for 995cf94
lldb/source/Core/ModuleList.cpp
@@ -869,7 +869,7 @@ class SharedModuleList {
869
}
870
871
bool FindModulesInMap(const ModuleSpec &module_spec,
872
- ModuleList &matching_module_list) const {
+ ModuleList &matching_module_list) const {
873
auto it = m_name_to_modules.find(module_spec.GetFileSpec().GetFilename());
874
if (it == m_name_to_modules.end())
875
return false;
0 commit comments