What is symbol table and how is it integrated into the executable?

Posted by user198729 on Stack Overflow See other posts from Stack Overflow or by user198729
Published on 2010-04-05T05:31:17Z Indexed on 2010/04/05 5:33 UTC
Read the original article Hit count: 168

When I tried to debug an executable:

(gdb) break +1
No symbol table is loaded.  Use the "file" command.

What does that mean exactly?

Is the symbol table appended to the executable?

© Stack Overflow or respective owner

Related posts about symbol-tables

Related posts about executable-format