Date: Thu, 22 Feb 1996 08:17:00 +0200 (IST) From: Eli Zaretskii To: Andrew Szymkowiak Cc: djgpp AT delorie DOT com Subject: Re: Is there a symify that works with mono adapter? In-Reply-To: <199602211758.MAA05605@rosserv.gsfc.nasa.gov> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 21 Feb 1996, Andrew Szymkowiak wrote: > I made > a half-hearted attempt to find source for symify in the V2 > distribution, but have not yet found it - is it there? My second Symify source (like the source of all other DJGPP utilities) is in the v2/djlsr200.zip archive. You will find symify.c in src/debug/common directory. I think it can be easily changed to read from the secondary screen, given a certain switch on the command line. > On the subject of symify, I think that I am occasionally getting > line numbers that could not really be where it was. Is this just the > effect of the optimization having moved code around? (I would turn off > the optimizer if I knew beforehand I was debugging, but...) No, in gcc, the optimizations shouldn't do that. It can be that the traceback you get is from the DPMI host and not your program. Maybe posting an example of such trace could help in finding an explanation to this.