From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7219 invoked by alias); 2 Jul 2010 19:55:32 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 7204 invoked by uid 22791); 2 Jul 2010 19:55:31 -0000 X-SWARE-Spam-Status: No, hits=-6.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org From: Tom Tromey To: Roland McGrath Cc: Project Archer , pmatilai@redhat.com Subject: Re: find-debuginfo.sh change for gdb index 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> Date: Fri, 02 Jul 2010 19:55:00 -0000 In-Reply-To: <20100630221406.254AC4C33E@magilla.sf.frob.com> (Roland McGrath's message of "Wed, 30 Jun 2010 15:14:06 -0700 (PDT)") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2010-q3/txt/msg00002.txt.bz2 Tom> For a symbol file X, it looks for X.gdb-index. Roland> It's not clear to me what that means in the separate .debug case. Roland> If "symbol file" means the file with the DWARF, then that file is Roland> foo.debug so you will be looking for foo.debug.gdb-index. Right, that is what we do. Roland> I think it is preferable for the packaging not to add the new symlinks. Roland> It doesn't seem like we really need them, since you can look at the Roland> .build-id/xx/yyy.debug symlink target name instead. Sounds good. In this case I think the most recent patch I sent is the one to use. Tom