From patchwork Tue Mar 7 13:59:24 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pedro Alves X-Patchwork-Id: 19453 Received: (qmail 1125 invoked by alias); 7 Mar 2017 13:59:30 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 1007 invoked by uid 89); 7 Mar 2017 13:59:29 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-26.9 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RP_MATCHES_RCVD, SPF_HELO_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 07 Mar 2017 13:59:27 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 40E11C04B93B for ; Tue, 7 Mar 2017 13:59:28 +0000 (UTC) Received: from cascais.lan (ovpn04.gateway.prod.ext.phx2.redhat.com [10.5.9.4]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id v27DxRou000859 for ; Tue, 7 Mar 2017 08:59:27 -0500 From: Pedro Alves To: gdb-patches@sourceware.org Subject: [pushed] Add describing intro comment to gdb.base/tui-layout.exp Date: Tue, 7 Mar 2017 13:59:24 +0000 Message-Id: <1488895166-28068-1-git-send-email-palves@redhat.com> 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 00b5fe9..30e2615 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 0e779c4..8740ec1 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" \