Use add_partial_symbol in load_partial_dies
[deliverable/binutils-gdb.git] / gdb / aarch64-tdep.h
index 732f78b5ba50df8dff87a952b7d0993192783977..f6ebabeaeb95b49010c0e70cfd9ca714e554a52f 100644 (file)
@@ -23,6 +23,7 @@
 #define AARCH64_TDEP_H
 
 #include "arch/aarch64.h"
+#include "infrun.h"
 
 /* Forward declarations.  */
 struct gdbarch;
@@ -106,7 +107,7 @@ const target_desc *aarch64_read_description (uint64_t vq, bool pauth_p);
 extern int aarch64_process_record (struct gdbarch *gdbarch,
                                struct regcache *regcache, CORE_ADDR addr);
 
-struct displaced_step_closure *
+displaced_step_closure_up
   aarch64_displaced_step_copy_insn (struct gdbarch *gdbarch,
                                    CORE_ADDR from, CORE_ADDR to,
                                    struct regcache *regs);
This page took 0.024286 seconds and 4 git commands to generate.