Date: Sat, 8 Oct 94 23:25:18 EDT From: peprbv AT cfa0 DOT harvard DOT edu (Bob Babcock) To: OKRA AT max DOT tiac DOT net Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: symify? Reply-To: babcock AT cfa DOT harvard DOT edu > symify is this thing I found in the bin directory. I ran it and it > said it converted stack dumps to debug info. That sounds like it might > be interesting, but I couldn't find it in any docs (grep didn't find > anything), so does anybody know what symify does? When a djgpp program crashes, GO32 prints a stack trace on the screen. Symify reads this info off the screen and uses the debug info optionally stored in your executable to convert the numbers in the stack trace into offsets from the beginning of each function. It writes these symbolic address on the screen next to the hex numbers originally there.