gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gdb / disasm.h
index 0bda4df58ca3342a2234aa201c58a18e07bd9f99..b0f535eaa211607905b48751cb7ef71ceabb3166 100644 (file)
@@ -47,6 +47,10 @@ public:
     : gdb_disassembler (gdbarch, file, dis_asm_read_memory)
   {}
 
+  ~gdb_disassembler ();
+
+  DISABLE_COPY_AND_ASSIGN (gdb_disassembler);
+
   int print_insn (CORE_ADDR memaddr, int *branch_delay_insns = NULL);
 
   /* Return the gdbarch of gdb_disassembler.  */
This page took 0.024676 seconds and 4 git commands to generate.