gdb: add field::type / field::set_type
[deliverable/binutils-gdb.git] / gdb / amd64-tdep.h
index 4c6d13222216fec60bae54cdd01f88f547f73b6a..44c1250cb915cfce71ee15ded244069ac9c5adb2 100644 (file)
@@ -26,6 +26,7 @@ struct frame_info;
 struct regcache;
 
 #include "i386-tdep.h"
+#include "infrun.h"
 
 /* Register numbers of various important registers.  */
 
@@ -87,7 +88,7 @@ enum amd64_regnum
 
 #define AMD64_NUM_REGS         (AMD64_GSBASE_REGNUM + 1)
 
-extern struct displaced_step_closure *amd64_displaced_step_copy_insn
+extern displaced_step_closure_up amd64_displaced_step_copy_insn
   (struct gdbarch *gdbarch, CORE_ADDR from, CORE_ADDR to,
    struct regcache *regs);
 extern void amd64_displaced_step_fixup (struct gdbarch *gdbarch,
This page took 0.024571 seconds and 4 git commands to generate.