Honour PRIVATE keyword
[deliverable/binutils-gdb.git] / gdb / disasm.h
index 6a6df7e0b57378bbef27ebac95bfa9cee5e857ac..b5dbb840d24178af65c8092c8173b17a8df7711e 100644 (file)
 #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.028487 seconds and 4 git commands to generate.