From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23310 invoked by alias); 1 Oct 2013 10:05:38 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 23301 invoked by uid 89); 1 Oct 2013 10:05:38 -0000 Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 01 Oct 2013 10:05:38 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,RDNS_NONE,SPF_HELO_FAIL autolearn=no version=3.3.2 X-HELO: relay1.mentorg.com Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1VQwpf-0002ZQ-HU from Hafiz_Abid@mentor.com ; Tue, 01 Oct 2013 03:05:31 -0700 Received: from SVR-IES-FEM-04.mgc.mentorg.com ([137.202.0.110]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Tue, 1 Oct 2013 03:05:31 -0700 Received: from EU-MBX-02.mgc.mentorg.com ([169.254.3.165]) by SVR-IES-FEM-04.mgc.mentorg.com ([137.202.0.110]) with mapi id 14.02.0247.003; Tue, 1 Oct 2013 11:05:30 +0100 From: "Abid, Hafiz" To: Omair Javaid , Tom Tromey CC: "gdb-patches@sourceware.org" , Patch Tracking Subject: RE: [PATCH] testsuite/gdb.dwarf2: Enable dw2-error.exp tests for arm targets Date: Tue, 01 Oct 2013 10:05:00 -0000 Message-ID: References: <87li4y7f69.fsf@fleche.redhat.com> <87k3icsln0.fsf@fleche.redhat.com> <87k3i2ca3b.fsf@fleche.redhat.com> In-Reply-To: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-SW-Source: 2013-10/txt/msg00028.txt.bz2 > +if {[gdb_compile [list ${binfile}1.o ${binfile}2.o ] \ > + "${binfile}" executable {}] !=3D ""} { > + return -1 > +} > + > +clean_restart ${testfile} > + > gdb_exit > gdb_start > gdb_reinitialize_dir $srcdir/$subdir This gdb_exit, gdb_start, gdb_reinitialize_dir sequence right after clean_r= estart tells me that perhaps one of them is redundant.