From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12418 invoked by alias); 31 Jan 2005 20:14:50 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 12321 invoked from network); 31 Jan 2005 20:14:37 -0000 Received: from unknown (HELO nimbus.ott.qnx.com) (209.226.137.76) by sourceware.org with SMTP; 31 Jan 2005 20:14:37 -0000 Received: from [10.12.1.181] (dhcpa181.ott.qnx.com [10.12.1.181]) by nimbus.ott.qnx.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id DL3QNAQP; Mon, 31 Jan 2005 15:14:31 -0500 Message-ID: <41FE9296.2060308@qnx.com> Date: Mon, 31 Jan 2005 20:14:00 -0000 From: Kris Warkentin User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) MIME-Version: 1.0 To: Ben Hutchings CC: gdb@sources.redhat.com Subject: Re: Loading shared libraries for core file References: <41FE84A2.1030005@businesswebsoftware.com> In-Reply-To: <41FE84A2.1030005@businesswebsoftware.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-01/txt/msg00166.txt.bz2 'info shared' should tell you what it plans to load and whether or not it has yet. 'shared' should tell it to load them. If auto-solib-add is set, it should grab them without you explicitly calling shared. cheers, Kris Ben Hutchings wrote: >I am using gdb 5.1-1 under Red Hat Enterprise Linux 2.1 and trying to >examine a core file created under the same operating system. gdb >appears to read the core file and the executable file successfully, but >does not load shared libraries, nor does it display any error message >indicating that it tried and failed to do so. > >The same shared libraries are installed on the system which I'm running >gdb. Some of them are in a non-standard directory (under /opt) but I >have set solib-search-path to point to the directory they are in. What >else do I need to do? > >Ben. > >