Skip to content

Commit

Permalink
Tweak pretty_print_disassembler's intro comment
Browse files Browse the repository at this point in the history
gdb/ChangeLog:
2017-02-02  Pedro Alves  <[email protected]>

	* disasm.h (gdb_pretty_print_disassembler): Tweak intro comment.
  • Loading branch information
palves committed Feb 2, 2017
1 parent 8b172ce commit c99cc44
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions gdb/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2017-02-02 Pedro Alves <[email protected]>

* disasm.h (gdb_pretty_print_disassembler): Tweak intro comment.

2017-02-02 Pedro Alves <[email protected]>

* disasm.c (gdb_pretty_print_insn): Rename to ...
Expand Down
2 changes: 1 addition & 1 deletion gdb/disasm.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ extern void gdb_disassembly (struct gdbarch *gdbarch, struct ui_out *uiout,
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
{
Expand Down

0 comments on commit c99cc44

Please sign in to comment.