From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31145 invoked by alias); 8 Dec 2004 04:33:49 -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 31080 invoked from network); 8 Dec 2004 04:33:44 -0000 Received: from unknown (HELO smtp014.mail.yahoo.com) (216.136.173.58) by sourceware.org with SMTP; 8 Dec 2004 04:33:44 -0000 Received: from unknown (HELO ?192.168.0.2?) (jjaimon@210.214.58.145 with plain) by smtp014.mail.yahoo.com with SMTP; 8 Dec 2004 04:33:43 -0000 Message-ID: <41B68423.9080509@Yahoo.com> Date: Wed, 08 Dec 2004 04:33:00 -0000 From: Jaimon Jose Reply-To: jjaimon@yahoo.com User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) MIME-Version: 1.0 To: gdb@sources.redhat.com Subject: Reading symbols from dynamic symbol table Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-12/txt/msg00048.txt.bz2 I have few libraries built with --retain-symbols-file ld option. I can't see the correct symbols when I open the core file due to this. It always shows the stack trace with few exported symbols+offset. However, 'nm' is able to read all the symbols from dynamic symbol table. Is there a way to instruct gdb to read symbols from dynamic symbol table? thanks in advance, --jaimon