tui-disasm: Fix line buffer size calculation
authorAndreas Arnez <arnez@linux.vnet.ibm.com>
Wed, 9 Nov 2016 12:02:13 +0000 (13:02 +0100)
committerAndreas Arnez <arnez@linux.vnet.ibm.com>
Wed, 9 Nov 2016 12:02:13 +0000 (13:02 +0100)
commitf5396833d35a257902409493a63f777dcd771868
tree07b1bece9ccc07618d0ea47e307dd312656e0250
parent0bb65f1e7c9eed7338ef2e4a2f5b42d010409c39
tui-disasm: Fix line buffer size calculation

The code that fills the TUI disassembly window content first calculates
the maximum full length of a displayed disassembly line.  This
calculation typically yields the wrong result.  The result is too large,
so the bug does not cause any run-time failures, but unnecessary
confusion for the reader.  This patch fixes the calculation.

gdb/ChangeLog:

* tui/tui-disasm.c (tui_set_disassem_content): Fix calculation of
the longest disassembly line's length.
gdb/ChangeLog
gdb/tui/tui-disasm.c