================
@@ -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
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits