Split size in regset section iterators
[deliverable/binutils-gdb.git] / gdb / dwarf2read.h
index 6e37c5d06f5a3a92ac81cc1dec388b61dce4520e..13855bcd547dbda0a715dbbc6335d36044167105 100644 (file)
@@ -20,6 +20,7 @@
 #ifndef DWARF2READ_H
 #define DWARF2READ_H
 
+#include "dwarf-index-cache.h"
 #include "filename-seen-cache.h"
 #include "gdb_obstack.h"
 
@@ -245,6 +246,10 @@ public:
   /* Table containing all filenames.  This is an optional because the
      table is lazily constructed on first access.  */
   gdb::optional<filename_seen_cache> filenames_cache;
+
+  /* If we loaded the index from an external file, this contains the
+     resources associated to the open file, memory mapping, etc.  */
+  std::unique_ptr<index_cache_resource> index_cache_res;
 };
 
 /* Get the dwarf2_per_objfile associated to OBJFILE.  */
This page took 0.02493 seconds and 4 git commands to generate.