From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28421 invoked by alias); 10 Aug 2010 18:57:55 -0000 Received: (qmail 28410 invoked by uid 22791); 10 Aug 2010 18:57:53 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.44.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 10 Aug 2010 18:57:48 +0000 Received: from hpaq5.eem.corp.google.com (hpaq5.eem.corp.google.com [172.25.149.5]) by smtp-out.google.com with ESMTP id o7AIvkLe021944 for ; Tue, 10 Aug 2010 11:57:46 -0700 Received: from vws3 (vws3.prod.google.com [10.241.21.131]) by hpaq5.eem.corp.google.com with ESMTP id o7AIvTQ2022712 for ; Tue, 10 Aug 2010 11:57:45 -0700 Received: by vws3 with SMTP id 3so10088698vws.33 for ; Tue, 10 Aug 2010 11:57:44 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.123.33 with SMTP id n33mr10776492vcr.64.1281466664523; Tue, 10 Aug 2010 11:57:44 -0700 (PDT) Received: by 10.220.189.196 with HTTP; Tue, 10 Aug 2010 11:57:44 -0700 (PDT) In-Reply-To: References: Date: Tue, 10 Aug 2010 18:57:00 -0000 Message-ID: Subject: Re: [0/4] RFC: add DWARF index support From: Doug Evans To: Tom Tromey Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-System-Of-Record: true X-IsSubscribed: yes 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-08/txt/msg00129.txt.bz2 On Tue, Aug 10, 2010 at 11:46 AM, Tom Tromey wrote: >>>>>> "Doug" == Doug Evans writes: > > Doug> Are you sure you'll just ignore *all* such errors? > > Yes. > > Doug> I suspect you'd want to at least catch, for example, spelling errors > Doug> in file names passed to the script. > > There won't be spelling errors, since in our use gdb-add-index is run > from an RPM build script. And RPM build scripts never have bugs, including while they're being developed? But ok, it's not that important.