================ @@ -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", ---------------- clayborg wrote:
Are we looking for an executable here, or the dSYM file? Should be title be "Locating executable file"? 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