From f8c4e718c26a0181821398e09d96113c0ff49c15 Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Tue, 7 Mar 2017 12:11:45 +0000 Subject: [PATCH] Add describing intro comment to gdb.base/tui-layout.exp gdb/testsuite/ChangeLog: 2017-03-07 Pedro Alves * gdb.base/tui-layout.exp: Add intro comment and fix typo. --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/gdb.base/tui-layout.exp | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 00b5fe9dba..30e2615cfd 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2017-03-07 Pedro Alves + + * gdb.base/tui-layout.exp: Add intro comment and fix typo. + 2017-03-07 Walfred Tedeschi * i386-mpx-call.c: New file. diff --git a/gdb/testsuite/gdb.base/tui-layout.exp b/gdb/testsuite/gdb.base/tui-layout.exp index 0e779c4a2d..8740ec1c10 100644 --- a/gdb/testsuite/gdb.base/tui-layout.exp +++ b/gdb/testsuite/gdb.base/tui-layout.exp @@ -13,12 +13,15 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . +# Test that the logic for displaying the TUI disassembly window +# handles very long lines. + standard_testfile set ccopts {debug quiet} if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "$binfile" \ executable $ccopts] != "" } { - # Maybe the compiler can't handle arbitrarily long identfier names. + # Maybe the compiler can't handle arbitrarily long identifier names. # Try with a shorter version. lappend ccopts "additional_flags=-DSHORT_IDENTIFIERS" if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "$binfile" \ -- 2.34.1