summaryrefslogtreecommitdiff
path: root/gdb/aarch64-tdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/aarch64-tdep.h')
-rw-r--r--gdb/aarch64-tdep.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/aarch64-tdep.h b/gdb/aarch64-tdep.h
index a2f3e36c0ea..0de3ba6f308 100644
--- a/gdb/aarch64-tdep.h
+++ b/gdb/aarch64-tdep.h
@@ -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;