Date: Sun, 10 Jan 1999 13:37:33 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Andris Pavenis cc: Robert Hoehne , djgpp-workers AT delorie DOT com, muller AT cerbere DOT u-strasbg DOT fr Subject: Re: debug GDB with itself In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com On Sat, 9 Jan 1999, Andris Pavenis wrote: > FSDB saves FPU state itself. gdb-4.17 (with unofficial patches for DJGPP from > Robert) does the same in the same way as FSDB. So I think we should either > modify both and do FPU saving in run_child() in the way it is done in FSDB or > remove saving it from dbgcom.c at all. How about providing a function that saves the FPU state and changing FSDB to use that?