From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7668 invoked by alias); 4 Nov 2011 19:25:09 -0000 Received: (qmail 7658 invoked by uid 22791); 4 Nov 2011 19:25:09 -0000 X-SWARE-Spam-Status: No, hits=-3.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from co300216-co-outbound.net.avaya.com (HELO co300216-co-outbound.net.avaya.com) (198.152.13.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 04 Nov 2011 19:24:55 +0000 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AigIANg6tE6HCzI1/2dsb2JhbABEqgR+B4FyAQEBAQIBEihECwIBCA0IIRAyJQEBBBMIGodgmXybZYhIYwSZbIwy Received: from unknown (HELO p-us1-erheast.us1.avaya.com) ([135.11.50.53]) by co300216-co-outbound.net.avaya.com with ESMTP; 04 Nov 2011 15:24:55 -0400 Received: from unknown (HELO DC-US1HCEX4.global.avaya.com) ([135.11.52.35]) by p-us1-erheast-out.us1.avaya.com with ESMTP; 04 Nov 2011 15:13:57 -0400 Received: from DC-US1MBEX4.global.avaya.com ([169.254.1.55]) by DC-US1HCEX4.global.avaya.com ([135.11.52.35]) with mapi; Fri, 4 Nov 2011 15:24:54 -0400 From: "Worley, Dale R (Dale)" To: "gdb@sourceware.org" Date: Fri, 04 Nov 2011 19:25:00 -0000 Subject: RE: Shared libaries and core files Message-ID: References: ,<201111041838.12151.pedro@codesourcery.com> In-Reply-To: <201111041838.12151.pedro@codesourcery.com> 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-11/txt/msg00030.txt.bz2 > From: Pedro Alves [pedro@codesourcery.com] >=20 > > Naively, I would expect the dynamic loading routines in the process > > would have to keep track of all the loaded libraries, and GDB could > > extract from these data structures the complete list of libraries that > > were loaded at the moment of the process failure. >=20 > Correct. That is good to learn. Is there any simple way, given a core file, to extract an explicit list of loaded libraries? Dale