From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28881 invoked by alias); 26 Aug 2011 03:40:03 -0000 Received: (qmail 28865 invoked by uid 22791); 26 Aug 2011 03:40:02 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from p-us1-iereast-outbound.us1.avaya.com (HELO p-us1-iereast-outbound.us1.avaya.com) (135.11.29.13) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 26 Aug 2011 03:39:48 +0000 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av4EAJoUV07GmAcF/2dsb2JhbABDqBJ3gUABAQEBAgESKD8FCwIBCA0IIRAyJQEBBA4FCBqHUJ1zApwyhWxgBJhFi24 Received: from unknown (HELO co300216-co-erhwest.avaya.com) ([198.152.7.5]) by p-us1-iereast-outbound.us1.avaya.com with ESMTP; 25 Aug 2011 23:39:46 -0400 Received: from unknown (HELO DC-US1HCEX4.global.avaya.com) ([135.11.52.35]) by co300216-co-erhwest-out.avaya.com with ESMTP; 25 Aug 2011 23:35:41 -0400 Received: from DC-US1MBEX4.global.avaya.com ([169.254.2.172]) by DC-US1HCEX4.global.avaya.com ([135.11.52.35]) with mapi; Thu, 25 Aug 2011 23:39:46 -0400 From: "Worley, Dale R (Dale)" To: Jan Kratochvil CC: Baurzhan Ismagulov , "gdb@sourceware.org" Date: Fri, 26 Aug 2011 03:40:00 -0000 Subject: RE: Shared libraries and separate debugging files Message-ID: References: <20110824222150.GM25065@radix50.net> ,<20110825203103.GA21880@host1.jankratochvil.net> In-Reply-To: <20110825203103.GA21880@host1.jankratochvil.net> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2011-08/txt/msg00119.txt.bz2 > From: Jan Kratochvil [jan.kratochvil@redhat.com] >=20 > `set sysroot' and `set debug-file-directory' should be enough, At this point, I can't remember whether "set debug-file-directory" existed when I was trying to get this work, or whether I just overlooked it. In either case, the current documentation (in the info file) is not good. (At the least, some paragraphs refer to it as a directory, others as a list of directories, and the adjective "global" is present in some places and not others.) What I really want is for the debug file location to be calculated *before* the solib-absolute-prefix is applied to the shared library, rather than after. That would make things work very simply. Dale