diff options
author | Tom Tromey <tom@tromey.com> | 2019-11-05 18:12:49 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2019-11-05 18:39:23 -0700 |
commit | 825165c57e43b25ef57c3cf2cc345ec6aa40a0d3 (patch) | |
tree | f4e382291555614bc2c4d5924332c3a3a8fc5943 /gdb/ChangeLog | |
parent | 8e71a6e725ad881367f410f7d6f9a3106f3a2232 (diff) | |
download | gdb-825165c57e43b25ef57c3cf2cc345ec6aa40a0d3.zip gdb-825165c57e43b25ef57c3cf2cc345ec6aa40a0d3.tar.gz gdb-825165c57e43b25ef57c3cf2cc345ec6aa40a0d3.tar.bz2 |
Fix regression from TUI disassembly style patch
My previous patch to add styling to the TUI disassembly failed to
correctly fix a bug that Simon had pointed out in review. This patch
fixes the bug.
gdb/ChangeLog
2019-11-05 Tom Tromey <tom@tromey.com>
* tui/tui-disasm.c (struct tui_asm_line) <addr_size>: New member.
(tui_disassemble): Set addr_size.
(tui_disasm_window::set_contents): Use addr_size.
Change-Id: Ic0152f3b82a2f79be28ae46d590096661f271580
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5720c8e..e886480 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2019-11-05 Tom Tromey <tom@tromey.com> + * tui/tui-disasm.c (struct tui_asm_line) <addr_size>: New member. + (tui_disassemble): Set addr_size. + (tui_disasm_window::set_contents): Use addr_size. + +2019-11-05 Tom Tromey <tom@tromey.com> + * rust-lang.c (rust_language_defn): Update. * python/py-value.c (valpy_string): Call c_get_string. * p-lang.c (pascal_language_defn): Update. |