Date: Wed, 1 Apr 1998 11:12:38 +0300 (IDT) From: Eli Zaretskii To: Nate Eldredge cc: George Foot , djgpp-workers AT delorie DOT com Subject: Re: Auto-symified traceback In-Reply-To: <199804010553.VAA22679@adit.ap.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Tue, 31 Mar 1998, Nate Eldredge wrote: > This would also let us drop the restriction that only 9 (or so) levels of > backtrace are printed. This is already done. I submitted a patch a couple of weeks ago whereby the screen size in the BIOS data area is consulted, and the amount of frames is limited by that (minus the area taken by registers' dump and two lines for the DOS prompt and `symify' command line). Of course, when writing to a file, screen size is irrelevant. But please note that some limit needs to be there, for those cases where the stack is scrogged.