From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3212 invoked by alias); 8 Jul 2010 22:53:02 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 3191 invoked by uid 22791); 8 Jul 2010 22:53:01 -0000 X-SWARE-Spam-Status: No, hits=-4.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Tom Tromey Cc: Panu Matilainen , Project Archer Subject: Re: find-debuginfo.sh change for gdb index In-Reply-To: Tom Tromey's message of Thursday, 8 July 2010 09:56:30 -0600 References: <20100629232147.C019548255@magilla.sf.frob.com> <20100630181436.518364C33C@magilla.sf.frob.com> <20100630204424.3DCE34C33C@magilla.sf.frob.com> <20100630221406.254AC4C33E@magilla.sf.frob.com> <20100706191407.535874824F@magilla.sf.frob.com> Message-Id: <20100708225253.3470A4D6C2@magilla.sf.frob.com> Date: Thu, 08 Jul 2010 22:53:00 -0000 X-SW-Source: 2010-q3/txt/msg00019.txt.bz2 IMHO that procedure is now hairy enough that it really should be encapsulated in some script provided by gdb (and maintained upstream if the gdb support itself is upstream). Not to mention that all other users of the index support would want such a script to use by hand, integrate into a different package system, etc. i.e., find-debuginfo.sh would just add: gdb-add-index "$f" > /dev/null 2>&1 Thanks, Roland