Where can i find any information on gdb symbol table? I works on m68 target. I couldn't read debugging symbol, variables or functions on gdb from executable file (ieee format issued of microtech tools). After compilation and link, the map file contains symbol table. So i suppose it is possible to convert the map information into gdb symbol table. Thanks.