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]

Reading symbols from dynamic symbol table


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


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