Multi-Arch symbol read warning message
Jim Blandy
jimb@redhat.com
Fri Feb 21 04:23:00 GMT 2003
mrcompiler@mrcompiler.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?
More information about the Gdb
mailing list