2003-05-03 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / gdb / disasm.h
index 6a6df7e0b57378bbef27ebac95bfa9cee5e857ac..e4674d87d2d7fc3ddb37bb2a3d6fc79cd1c1e005 100644 (file)
@@ -28,4 +28,10 @@ extern void gdb_disassembly (struct ui_out *uiout,
                             int line_num,
                             int mixed_source_and_assembly,
                             int how_many, CORE_ADDR low, CORE_ADDR high);
+
+/* Print the instruction at address MEMADDR in debugged memory, on
+   STREAM.  Returns length of the instruction, in bytes.  */
+
+extern int gdb_print_insn (CORE_ADDR memaddr, struct ui_file *stream);
+
 #endif
This page took 0.023937 seconds and 4 git commands to generate.