From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4954 invoked by alias); 30 Jun 2010 21:58:30 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 4944 invoked by uid 22791); 30 Jun 2010 21:58:30 -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> Reply-To: Tom Tromey Date: Wed, 30 Jun 2010 21:58:00 -0000 In-Reply-To: (Tom Tromey's message of "Wed, 30 Jun 2010 15:25:11 -0600") 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-q2/txt/msg00070.txt.bz2 Roland> So you don't need a build-id symlink for the index after all? Tom> I thought not, but I am doing a much fuller check now. I cleaned out all my old index files from /usr/lib/debug. Then I re-built the index files -- but not for .debug files in /usr/lib/debug/.build-id. I think something in gdb must be realpath-ing the .build-id links. A casual search didn't turn it up, though. It may still be prudent to make the links, I don't know. Maybe Jan has more insight here. Tom