* opcode/i386.h: Add multiple inclusion protection.
[deliverable/binutils-gdb.git] / gdb / amd64-tdep.h
index 6b5d04eed86a5a46f3c67c22eec11b3ca6c9890e..121d22569a48ca48a8cfc5dd4dc5f45c1866d865 100644 (file)
@@ -67,6 +67,14 @@ enum amd64_regnum
 /* Number of general purpose registers.  */
 #define AMD64_NUM_GREGS                24
 
+extern struct displaced_step_closure *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,
+                                       struct displaced_step_closure *closure,
+                                       CORE_ADDR from, CORE_ADDR to,
+                                       struct regcache *regs);
+
 extern void amd64_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch);
 
 /* Functions from amd64-tdep.c which may be needed on architectures
This page took 0.023664 seconds and 4 git commands to generate.