================
@@ -776,6 +776,10 @@ std::optional<FileSpec> 
SymbolLocatorDebugSymbols::LocateExecutableSymbolFile(
       exec_fspec ? exec_fspec->GetFilename().AsCString("<NULL>") : "<NULL>",
       arch ? arch->GetArchitectureName() : "<NULL>", (const void *)uuid);
 
+  Progress progress(
+      "Locating external symbol file",
----------------
JDevlieghere wrote:

We're looking for the symbol file (although dsymForUUID can also get you the 
symbol rich binary). This is the same message already emitted by 
`SymbolLocatorDefault::LocateExecutableSymbolFile`. 

https://github.com/llvm/llvm-project/pull/79624
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to