2004-05-07 Jason Molenda (jmolenda@apple.com)
[deliverable/binutils-gdb.git] / gdb / disasm.h
index beaaf4aaa3d5dd5445d51df29dd5609ad43c1c7b..b5dbb840d24178af65c8092c8173b17a8df7711e 100644 (file)
 #ifndef DISASM_H
 #define DISASM_H
 
+struct ui_out;
+struct ui_file;
+
 extern void gdb_disassembly (struct ui_out *uiout,
                             char *file_string,
                             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.024243 seconds and 4 git commands to generate.