diff options
author | Pedro Alves <palves@redhat.com> | 2017-03-07 12:11:45 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2017-03-07 13:53:16 +0000 |
commit | f8c4e718c26a0181821398e09d96113c0ff49c15 (patch) | |
tree | 44853dea7056aa70ca15e0e869aee97bf3f67c36 /gdb/testsuite/gdb.base/tui-layout.exp | |
parent | 6dbb839a78d343b0a7435ec7db46ee359b1f62ec (diff) | |
download | binutils-gdb-f8c4e718c26a0181821398e09d96113c0ff49c15.tar.gz |
Add describing intro comment to gdb.base/tui-layout.exp
gdb/testsuite/ChangeLog:
2017-03-07 Pedro Alves <palves@redhat.com>
* gdb.base/tui-layout.exp: Add intro comment and fix typo.
Diffstat (limited to 'gdb/testsuite/gdb.base/tui-layout.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/tui-layout.exp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/tui-layout.exp b/gdb/testsuite/gdb.base/tui-layout.exp index 0e779c4a2d1..8740ec1c103 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 <http://www.gnu.org/licenses/>. +# 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" \ |