From: pavenis AT lanet DOT lv Message-ID: To: djgpp-workers AT delorie DOT com Date: Tue, 21 Sep 1999 21:52:48 +0300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: FSDB broken in CVS version? CC: Eli Zaretskii In-reply-to: X-mailer: Pegasus Mail for Win32 (v3.12a) Reply-To: djgpp-workers AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 20 Sep 99, at 19:41, pavenis AT lanet DOT lv wrote: > Hi! > > 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 checked some my own builds of djdev beginning from 99/07/28 and > 990805 and 990819 alpha versions from Simtelnet. All have this > problem. Verified for control: djdev202 is Ok. It should not be gcc- > 2.95.X related problem as alpha versions from Simtelnet also have this > problem 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 Andris