From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13614 invoked by alias); 13 Jul 2004 11:25:47 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 13606 invoked from network); 13 Jul 2004 11:25:46 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 13 Jul 2004 11:25:46 -0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i6DBPje1005328 for ; Tue, 13 Jul 2004 07:25:45 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i6DBPjw16577 for ; Tue, 13 Jul 2004 07:25:45 -0400 Received: from cygbert.vinschen.de (vpn50-28.rdu.redhat.com [172.16.50.28]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id i6DBPhP24140 for ; Tue, 13 Jul 2004 04:25:43 -0700 Received: by cygbert.vinschen.de (Postfix, from userid 500) id D7F81582E3; Tue, 13 Jul 2004 13:25:42 +0200 (CEST) Date: Tue, 13 Jul 2004 11:25:00 -0000 From: Corinna Vinschen To: gdb-patches@sources.redhat.com Subject: Re: gdb.base/attach.exp cleanupfile? Message-ID: <20040713112542.GL1389@cygbert.vinschen.de> Reply-To: gdb-patches@sources.redhat.com Mail-Followup-To: gdb-patches@sources.redhat.com References: <20040712234857.24DB94B104@berman.michael-chastain.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040712234857.24DB94B104@berman.michael-chastain.com> User-Agent: Mutt/1.4.2i X-SW-Source: 2004-07/txt/msg00147.txt.bz2 On Jul 12 19:48, Michael Elizabeth Chastain wrote: > cv> This code is in attach.exp since epoch, but AFAICS, there was never > cv> a file called attach.awk in the repository. > > Okay by me. Copyright date + a trivial test run => commit it! Copyright date was ok already, tested on Linux. I've applied the following patch. * gdb.base/attach.exp: Remove cleanupfile handling. Index: gdb.base/attach.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.base/attach.exp,v retrieving revision 1.16 diff -u -p -r1.16 attach.exp --- gdb.base/attach.exp 12 Jul 2004 14:25:48 -0000 1.16 +++ gdb.base/attach.exp 13 Jul 2004 09:50:12 -0000 @@ -43,7 +43,6 @@ set srcfile2 ${testfile}2.c set binfile ${objdir}/${subdir}/${testfile} set binfile2 ${objdir}/${subdir}/${testfile}2 set escapedbinfile [string_to_regexp ${objdir}/${subdir}/${testfile}] -set cleanupfile ${objdir}/${subdir}/${testfile}.awk #execute_anywhere "rm -f ${binfile} ${binfile2}" remote_exec build "rm -f ${binfile} ${binfile2}" @@ -51,10 +50,6 @@ remote_exec build "rm -f ${binfile} ${bi # #log_user 1 -# Clean out any old files from past runs. -# -remote_exec build "${cleanupfile}" - # build the first test case # if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } { Thanks, Corinna -- Corinna Vinschen Cygwin Co-Project Leader Red Hat, Inc.