Date: Mon, 14 Jun 1999 10:36:24 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Andris Pavenis cc: djgpp-workers AT delorie DOT com Subject: Re: save_npx and FSDB/Edebug32 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 Mon, 14 Jun 1999, Andris Pavenis wrote: > Most my own applications use floating point. At least my own experience > with debuggers shows that FP supports works there. The problem should only show up if the debuggee changes the FPU state by fiddling with the control word, or gets an FP exception. Otherwise, FNINIT is a no-op. > However I think that > having 2 FPU states (one for debugger, second for debugee) which are > swapped before and after running child (as suggested in one of earlier > posts to this mailing list) would be better. I agree. But this should probably wait for a later DJGPP version.