Mail Archives: djgpp/1996/05/17/09:41:00
From: ao950 AT FreeNet DOT Carleton DOT CA (Paul Derbyshire)
Date: 16 May 1996 04:51:25 GMT
What is symify? It keeps getting mentioned here. Or is this in the V2 faq?
(I still have only the v1 faq.)
It was in the V1 FAQ and other docs also. Symify translates the addresses
displayed on screen when a DJGPP program crashes into a symbolic stack trace
using the debugging information in the executable. Simply run:
symify /execpath/myprog
while the dump data is still on the screen from myprog's crash. If you have
compiled with -g (or -gn where n is 1, 2, or 3) then it will overwrite the
screen putting the corresponding funcion names and line numbers next to the
addresses. You can then screen print or note the stack trace and know where
to begin looking for the bug that caused the crash.
--
Art S. Kagel, kagel AT quasar DOT bloomberg DOT com
A proverb is no proverb to you 'till life has illustrated it. -- John Keats
- Raw text -