From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19899 invoked by alias); 25 Aug 2011 20:12:58 -0000 Received: (qmail 19890 invoked by uid 22791); 25 Aug 2011 20:12:55 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from de307622-de-outbound.net.avaya.com (HELO de307622-de-outbound.net.avaya.com) (198.152.71.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 25 Aug 2011 20:12:36 +0000 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av4EAH+rVk6HCzI1/2dsb2JhbABDqAV3gUABAQUSKEQLAgEIDQEHIRAyJQEBBAEaGqYtApwbhWxgBJhEi2w Received: from unknown (HELO p-us1-erheast.us1.avaya.com) ([135.11.50.53]) by de307622-de-outbound.net.avaya.com with ESMTP; 25 Aug 2011 15:25:43 -0400 Received: from dc-us1hcex1.us1.avaya.com (HELO DC-US1HCEX1.global.avaya.com) ([135.11.52.20]) by p-us1-erheast-out.us1.avaya.com with ESMTP; 25 Aug 2011 15:16:01 -0400 Received: from DC-US1MBEX4.global.avaya.com ([169.254.2.172]) by DC-US1HCEX1.global.avaya.com ([2002:870b:3414::870b:3414]) with mapi; Thu, 25 Aug 2011 15:24:32 -0400 From: "Worley, Dale R (Dale)" To: Baurzhan Ismagulov , "gdb@sourceware.org" Date: Thu, 25 Aug 2011 20:12:00 -0000 Subject: RE: Shared libraries and separate debugging files Message-ID: References: ,<20110824222150.GM25065@radix50.net> In-Reply-To: <20110824222150.GM25065@radix50.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/msg00116.txt.bz2 > From: Baurzhan Ismagulov [ibr@radix50.net] >=20 > Debian has it working OOTB. E.g., /lib/libc-2.11.2.so has its > corresponding /usr/lib/debug/lib/libc-2.11.2.so. FWIW, one can build a > hello, world and step into printf. In the situation I am working within, the library files of the execution host have been copied into a working directory of a different host for analysis of the core file. So /lib/libc-2.11.2.so has been copied into /home/foo/crash1/lib/libc-2.11.2.so, and its debug file is in /home/foo/crash1/usr/lib/debug/lib/libc-2.11.2.so. But there does not appear to be a way to configure GDP to understand the connection between the two files. Dale