[gdb] Skip imports of c++ CUs
[deliverable/binutils-gdb.git] / gdb / dwarf2 / read.h
index 00652c2b45a71dec209167c1df67bb6006bd35bc..f0e3d6bb7238e60ddc20c7b845bc80b005cb88bc 100644 (file)
@@ -323,6 +323,12 @@ struct dwarf2_per_cu_data
      dummy CUs (a CU header, but nothing else).  */
   struct dwarf2_cu *cu;
 
+  /* The unit type of this CU.  */
+  enum dwarf_unit_type unit_type;
+
+  /* The language of this CU.  */
+  enum language lang;
+
   /* The corresponding dwarf2_per_objfile.  */
   struct dwarf2_per_objfile *dwarf2_per_objfile;
 
This page took 0.036724 seconds and 4 git commands to generate.