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: Multi-Arch symbol read warning message


mrcompiler at mrcompiler dot com writes:
> When I load a PowerPC symbol-file I get the warning "unknown symbol
> descriptor `;`" which doesn't appear if I build a "pure"
> powerpc-vxworks target.

This message means that the compiler has emitted debugging information
GDB doesn't know how to read.  (Or the compiler could be broken, or
GDB could be misreading correct debug info.)  If you set a breakpoint
on the appropriate 'complaint' call in dbxread.c:read_dbx_symtab and
'print namestring' when you get there, what does it say?


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