Message-ID: <36A06A01.7C4D7A16@gmx.net> Date: Sat, 16 Jan 1999 09:29:21 -0100 From: Robert Hoehne Organization: none provided X-Mailer: Mozilla 4.07 [de] (Win95; I) MIME-Version: 1.0 To: djgpp-workers AT delorie DOT com Subject: Re: dbgcom.c References: <9901130015 DOT AA17449 AT clio DOT rice DOT edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Charles Sandmann wrote : > > Debuggers do not work with FP emulation (EMU387). At one time that meant that > you could not debug a program using floating point instructions without a > coprocessor/built-in (but could debug a normal program). With this change will > it prevent the debuggers from working on any coprocessor-less system, even if > FP instructions are not used? If so, I think this should be fixed. I have revisited now the emu387.cc and found, that there are the fnsave and frstor instructions are supported. Additionally I tried to debug a small test program which uses FPU instructions with fsdb. I had set outside fsdb SET I387=no so (I think) that the emilator was loaded and I had no problems. Robert -- ****************************************************** * email: Robert Hoehne * * Post: Am Berg 3, D-09573 Dittmannsdorf, Germany * * WWW: http://www.tu-chemnitz.de/~sho/rho * ******************************************************