================
@@ -57,6 +60,7 @@ struct SharedCacheImageInfo {
lldb::DataExtractorSP (*create_data_extractor)(void *image));
private:
+ lldb_private::ConstString m_filename;
----------------
JDevlieghere wrote:```suggestion ConstString m_filename; ``` https://github.com/llvm/llvm-project/pull/180874 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
