From: pavenis AT lanet DOT lv Message-ID: To: Eli Zaretskii , djgpp-workers AT delorie DOT com Date: Wed, 22 Sep 1999 11:04:07 +0300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: FSDB broken in CVS version? References: In-reply-to: X-mailer: Pegasus Mail for Win32 (v3.12a) Reply-To: djgpp-workers AT delorie DOT com On 22 Sep 99, at 7:40, Eli Zaretskii wrote: > > On Tue, 21 Sep 1999 pavenis AT lanet DOT lv wrote: > > > > Seems that FSDB is broken in current CVS version of DJGPP (I haven't > > > used FSDB much in last time, so didn't notice it earlier): > > > > > > stepping over call instruction does not work as debugger is > > > not getting control after that (program runs up to end) > > > > I found that the change that breaks FSDB is update from r1.12 to r1.14 > > for src/debug/common/dbgcom.c (r1.13 didn't compile) in July. So > > unless there is some evident bug which can be easily fixed, maybe we > > should revert this patch > > Does the patch below fix the problem? Yes. I took FSDB sources from my latest build (99/09/16) and patched fullscrn.c. It looks like patch fixes the problem with FSDB Andris