[Lldb-commits] [lldb] [lldb][macOS] Index shared cache files by UUID & filename (PR #180874)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 12 11:58:23 PST 2026


================
@@ -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


More information about the lldb-commits mailing list