Create a displaced_step_closure class hierarchy
[deliverable/binutils-gdb.git] / gdb / i386-tdep.h
index 99b89e747dfb4bd22d417ff3fccf74a4830a4470..f190bb3002ead9b1393285f09879cb29f3c9c5a3 100644 (file)
@@ -20,6 +20,8 @@
 #ifndef I386_TDEP_H
 #define I386_TDEP_H
 
+#include "infrun.h"
+
 struct frame_info;
 struct gdbarch;
 struct reggroup;
@@ -416,6 +418,8 @@ extern void
                                     void *cb_data,
                                     const struct regcache *regcache);
 
+typedef buf_displaced_step_closure i386_displaced_step_closure;
+
 extern struct displaced_step_closure *i386_displaced_step_copy_insn
   (struct gdbarch *gdbarch, CORE_ADDR from, CORE_ADDR to,
    struct regcache *regs);
This page took 0.025447 seconds and 4 git commands to generate.