kwk created this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.

Depends on D74136 <https://reviews.llvm.org/D74136>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D78109

Files:
  lldb/source/Core/SearchFilter.cpp


Index: lldb/source/Core/SearchFilter.cpp
===================================================================
--- lldb/source/Core/SearchFilter.cpp
+++ lldb/source/Core/SearchFilter.cpp
@@ -717,8 +717,8 @@
     cu_spec = sym_ctx.comp_unit->GetPrimaryFile();
   if (m_cu_spec_list.FindFileIndex(0, cu_spec, false) != UINT32_MAX)
     return true;
-  // ^ If the primary source file associated with the symbol's compile unit is 
in
-  // the list of CU's or support files, that's enough.
+  // ^ If the primary source file associated with the symbol's compile unit is
+  // in the list of CU's or support files, that's enough.
   // TODO(kwk): Is that enough?
 
   return SearchFilterByModuleList::ModulePasses(sym_ctx.module_sp);


Index: lldb/source/Core/SearchFilter.cpp
===================================================================
--- lldb/source/Core/SearchFilter.cpp
+++ lldb/source/Core/SearchFilter.cpp
@@ -717,8 +717,8 @@
     cu_spec = sym_ctx.comp_unit->GetPrimaryFile();
   if (m_cu_spec_list.FindFileIndex(0, cu_spec, false) != UINT32_MAX)
     return true;
-  // ^ If the primary source file associated with the symbol's compile unit is in
-  // the list of CU's or support files, that's enough.
+  // ^ If the primary source file associated with the symbol's compile unit is
+  // in the list of CU's or support files, that's enough.
   // TODO(kwk): Is that enough?
 
   return SearchFilterByModuleList::ModulePasses(sym_ctx.module_sp);
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
  • [Lldb-commits] [PAT... Konrad Wilhelm Kleine via Phabricator via lldb-commits

Reply via email to