Connecting Tech Pros Worldwide Forums | Help | Site Map

check symbol table

linq936@hotmail.com
Guest
 
Posts: n/a
#1: Jul 23 '05
Hi,
This might be off topic a little. In using gdb to debug my code I can
not use "print" command to examine the value, gdb returns me
"incomplete type".
But "ptype ClassName" does return me a brief description of the
class. So it makes me think the symbol table is somehow not correct.
Now I wonder how to check the symbol table? I know a util called,nm.
But it only list the symbol names in some strange way. I wonder if
somehow I can check the class definition from the symbol table.

Thanks.


msalters
Guest
 
Posts: n/a
#2: Jul 23 '05

re: check symbol table



linq936@hotmail.com schreef:[color=blue]
> Hi,
> This might be off topic a little. In using gdb ...[/color]
It is. Try one of the gnu.* groups.

Regards,
Michiel Salters

Closed Thread


Similar C / C++ bytes