gdb/ChangeLog:
2017-02-02 Pedro Alves <palves@redhat.com>
* disasm.h (gdb_pretty_print_disassembler): Tweak intro comment.
2017-02-02 Pedro Alves <palves@redhat.com>
+ * disasm.h (gdb_pretty_print_disassembler): Tweak intro comment.
+
+2017-02-02 Pedro Alves <palves@redhat.com>
+
* disasm.c (gdb_pretty_print_insn): Rename to ...
(gdb_pretty_print_disassembler::pretty_print_insn): ... this.
Remove gdbarch parameter. Adapt to clear the object's buffers
extern int gdb_print_insn (struct gdbarch *gdbarch, CORE_ADDR memaddr,
struct ui_file *stream, int *branch_delay_insns);
-/* Class used to pretty-print an instruction. */
+/* Class used to pretty-print instructions. */
class gdb_pretty_print_disassembler
{