This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Reading symbols from dynamic symbol table


On Wed, Dec 08, 2004 at 10:03:39AM +0530, Jaimon Jose wrote:
> 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?

It normally does - is this ELF?  You'll have to investigate why it
isn't working.

-- 
Daniel Jacobowitz


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]