[Lldb-commits] [lldb] Add download time for each module in statistics (PR #134563)
via lldb-commits
lldb-commits at lists.llvm.org
Thu Apr 10 13:14:07 PDT 2025
================
@@ -111,7 +111,7 @@ struct ModuleStats {
std::string uuid;
std::string triple;
// Path separate debug info file, or empty if none.
- std::string symfile_path;
+ std::vector<std::string> symfile_path;
----------------
GeorgeHuyubo wrote:
removed
https://github.com/llvm/llvm-project/pull/134563
More information about the lldb-commits
mailing list