Date: Thu, 9 May 1996 14:50:01 +0200 (IST) From: Eli Zaretskii To: djgpp-workers AT delorie DOT com Subject: Re: GDB breakpoint problem (fwd) In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 6 May 1996, I wrote: > I will test this on several other systems, but if anybody can debug with > gdb under Windows, please say so. The basic problem is that any program > (either toy or not, I tested several short ones and Emacs) will get > SIGSEGV (or is it gdb that gets it?) if you set a breakpoint and run it. My testing shows that `go32_wait' on gdb/go32targ.c returns with GPF (exception 0Dh) under Windows when the debuggee hits a breakpoint. The same program outside Windows 3.x runs OK under GDB: `go32_wait' returns with breakpoint exception. Anyone has clues/hints as to what could be the cause(s)? Do we tell people that GDB cannot be used under Windows? (FSDB works, btw.)