Hello, I have to load a symbol table (generated as stabs, file format elf32) into gdb, but I get the following result: ----------------------------------------------------------------------- (gdb) add-symbol-file vxAppBIAS_VOY.stabs 0x0 add symbol table from file "vxAppBIAS_VOY.stabs" at text_addr = 0x0? (y or n) y "/user/schlossl/work/vxAppBIAS_VOY.stabs": can't read symbols: File format not recognized. ----------------------------------------------------------------------- How can I use the symbol information given in this file? (because the object file itself is not available!) Thank you very much for your help, Lukas Schlosser.
