Date: Tue, 4 Sep 2001 14:35:19 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp AT delorie DOT com Subject: Re: problem with gdb500b.zip on a 386Sx In-Reply-To: <9n29ha$1b3$1@antares.lu.erisoft.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 4 Sep 2001, Martin Stromberg wrote: > : Program received signal SIGEMT, Emulation trap. > : Ox1ad85 in _control87 () > > I've noticed this as well. For now just type "c" (or "cont") when that > signal appears. You do not want to do "s" (or "step") because then I > get into an ininite loop somehow. > > There is some way to set it to continue as default but I don't > remember how. Like this (untested): (gdb) handle EMT noprint pass nostop