gdb/
[deliverable/binutils-gdb.git] / gdb / xtensa-tdep.h
index 8582da617989c272acacdcdb6cb67f0b14fe9337..49afff67bd9bb4cba82b7fd8f3eb01349ef03280 100644 (file)
@@ -227,6 +227,14 @@ struct gdbarch_tdep
   unsigned long *fp_layout;    /* Layout of custom/TIE regs in 'FP' area.  */
   unsigned int fp_layout_bytes;        /* Size of layout information (in bytes).  */
   unsigned long *gregmap;
+
+  /* Cached register types.  */
+  struct ctype_cache
+    {
+      struct ctype_cache *next;
+      int size;
+      struct type *virtual_type;
+    } *type_entries;
 };
 
 /* Macro to instantiate a gdbarch_tdep structure.  */
This page took 0.023282 seconds and 4 git commands to generate.