From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3699 invoked by alias); 5 Oct 2010 19:17:44 -0000 Received: (qmail 3676 invoked by uid 22791); 5 Oct 2010 19:17:43 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 05 Oct 2010 19:17:38 +0000 Received: (qmail 12005 invoked from network); 5 Oct 2010 19:17:36 -0000 Received: from unknown (HELO caradoc.them.org) (dan@127.0.0.2) by mail.codesourcery.com with ESMTPA; 5 Oct 2010 19:17:36 -0000 Date: Tue, 05 Oct 2010 19:17:00 -0000 From: Daniel Jacobowitz To: Doug Evans Cc: tromey@redhat.com, gdb-patches@sourceware.org Subject: Re: [commit] cc-with-index.sh Message-ID: <20101005191727.GA13182@caradoc.them.org> Mail-Followup-To: Doug Evans , tromey@redhat.com, gdb-patches@sourceware.org References: <20101005042827.9640724619A@ruffy.mtv.corp.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20101005042827.9640724619A@ruffy.mtv.corp.google.com> User-Agent: Mutt/1.5.20 (2009-06-14) 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 X-SW-Source: 2010-10/txt/msg00053.txt.bz2 On Mon, Oct 04, 2010 at 09:28:27PM -0700, Doug Evans wrote: > I need a way to run the testsuite with index files, > so I wrote this script to help. > > Tom, feel free to replace it with something else. > > 2010-10-04 Doug Evans > > * cc-with-index.sh: New file. Wouldn't it be easier to do this in gdb_compile? There you've got most of the information your script has to steal from the command line. -- Daniel Jacobowitz CodeSourcery