Date: Mon, 23 Jan 95 11:20:31 -0500 From: dj AT stealth DOT ctron DOT com (DJ Delorie) To: 73537 DOT 3705 AT compuserve DOT com Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Debugging > Is there a symbolic debugger for DJGPP? If not is there a utility to demangle > the symbols in a listing (gccc -S) in place? That is I would like to produce a > assember listing with demangled symbols. Of course. Get gdb412bn.zip, then use "go32 -d gdb program ..." Don't forget to compile with -g.