[comp.sys.ibm.pc] turbo debugging info

rab@rosemary.Berkeley.EDU (10/30/89)

I am trying to make a profiler work with turbo c, but I am having
a hard time figuring out how to read the symbol table appended to
the .exe file by the compiler.  When a program is compiled with
the -v option, the compiler appends enough information to the
end of the file for the debugger to map offsets in the binary
image to source code line numbers.  But I have looked through
all the documentation that comes with the c compiler, the
assembler, and the debugger.  The format of this information
doesn't seem to be documented anywhere.

Does anybody know where I can find some documentation, or
has anybody figured it out on their own?