PR c++/11990:
[deliverable/binutils-gdb.git] / gdb / aarch64-tdep.h
index a2f3e36c0eaf5fc57c32faa243facf1d136c0463..0de3ba6f308239dc9af320152b4c0011823bbf4d 100644 (file)
@@ -82,6 +82,10 @@ struct gdbarch_tdep
   /* And the size of each entry in the buf.  */
   size_t jb_elt_size;
 
+  /* Cached core file helpers.  */
+  struct regset *gregset;
+  struct regset *fpregset;
+
   /* Types for AdvSISD registers.  */
   struct type *vnq_type;
   struct type *vnd_type;
This page took 0.022983 seconds and 4 git commands to generate.