[Lldb-commits] [lldb] Add locate time and all symbol file path for each module in statistics (PR #134563)
via lldb-commits
lldb-commits at lists.llvm.org
Wed Apr 9 15:54:21 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:
Since debuginfod could also provide dwp files, I wanted to list the separate debuginfo and potentially the dwp here. But anyway I will go with the map of locate time solution
https://github.com/llvm/llvm-project/pull/134563
More information about the lldb-commits
mailing list