Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!gem.mps.ohio-state.edu!apple!agate!ucbvax!rosemary.Berkeley.EDU!rab From: rab@rosemary.Berkeley.EDU Newsgroups: comp.sys.ibm.pc Subject: turbo debugging info Message-ID: <32256@ucbvax.BERKELEY.EDU> Date: 30 Oct 89 02:41:25 GMT Sender: usenet@ucbvax.BERKELEY.EDU Reply-To: rab@rosemary.Berkeley.EDU () Organization: University of California at Berkeley Lines: 12 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?