gdb: move displaced stepping logic to gdbarch, allow starting concurrent displaced...
[deliverable/binutils-gdb.git] / gdb / amd64-tdep.c
index b28756dbb3660287d8fa0db0dee35fe95f9c45a4..2a0dfed0cd9e650e46c6e2b19bcfce26caca8a00 100644 (file)
@@ -1120,6 +1120,9 @@ struct amd64_displaced_step_copy_insn_closure : public displaced_step_copy_insn_
   gdb::byte_vector insn_buf;
 };
 
+typedef std::unique_ptr<amd64_displaced_step_copy_insn_closure>
+  amd64_displaced_step_copy_insn_closure_up;
+
 /* WARNING: Keep onebyte_has_modrm, twobyte_has_modrm in sync with
    ../opcodes/i386-dis.c (until libopcodes exports them, or an alternative,
    at which point delete these in favor of libopcodes' versions).  */
This page took 0.023513 seconds and 4 git commands to generate.