gdb: Convert language la_sniff_from_mangled_name field to a method
[deliverable/binutils-gdb.git] / gdb / ia64-libunwind-tdep.h
index 5ac3a286e2b64370b55d638f8b1e010ff9e42410..ad38f9bf0397127aec5f37d2d7045e6514e1dae5 100644 (file)
@@ -1,6 +1,6 @@
 /* Frame unwinder for ia64 frames with libunwind frame information.
 
-   Copyright (C) 2003-2018 Free Software Foundation, Inc.
+   Copyright (C) 2003-2020 Free Software Foundation, Inc.
 
    Contributed by Jeff Johnston.
 
@@ -36,6 +36,8 @@ struct frame_unwind;
    running on.  */
 #include "libunwind-ia64.h"
 
+#include "gdbarch.h"
+
 struct libunwind_descr
 {
   int (*gdb2uw) (int);
@@ -71,7 +73,7 @@ unw_word_t libunwind_find_dyn_list (unw_addr_space_t, unw_dyn_info_t *,
                                    void *);
 
 int libunwind_get_reg_special (struct gdbarch *gdbarch,
-                              struct regcache *regcache,
+                              readable_regcache *regcache,
                               int regnum, void *buf);
 
 #endif /* IA64_LIBUNWIND_TDEP_H */
This page took 0.026259 seconds and 4 git commands to generate.