gdb/
[deliverable/binutils-gdb.git] / gdb / gdbserver / linux-low.h
index 2021914b01b2537a42e101b2bd6004041f869e51..65d68a3496250ec5c74e84e127f268fe2c27b015 100644 (file)
@@ -136,6 +136,10 @@ struct linux_target_ops
                                           ULONGEST *jjump_pad_insn_size,
                                           CORE_ADDR *adjusted_insn_addr,
                                           CORE_ADDR *adjusted_insn_addr_end);
+
+  /* Return the bytecode operations vector for the current inferior.
+     Returns NULL if bytecode compilation is not supported.  */
+  struct emit_ops *(*emit_ops) (void);
 };
 
 extern struct linux_target_ops the_low_target;
This page took 0.025597 seconds and 4 git commands to generate.