Date: Thu, 21 Nov 1996 10:41:08 +0100 (MET) From: Robert Hoehne Reply-To: Robert Hoehne To: Eli Zaretskii Cc: djgpp-workers AT delorie DOT com Subject: Re: GDB hangs when you quit before program exits In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 19 Nov 1996, Eli Zaretskii wrote: > GDB 4.16 will hang after asking whether you want to kill the debuggee, if > the debuggee has switched stdin to binary mode (like e.g. Emacs and Less > do). Patches below; I've submitted them to FSF as well. > Just curios. After reading this mail I checked gdb416s.zip and saw, that DJ has not applied my last patch. As far as I can see now, it was similiar (because it came from Eli for gdb 4.12 and I modified it for gdb 4.16). Robert ----- Start of the mail to DJ: From rhoehne AT mathematik DOT tu-chemnitz DOT de Thu Nov 21 10:26:13 1996 Date: Tue, 8 Oct 1996 11:31:00 +0200 (METDST) From: Robert Hoehne To: DJ Delorie Subject: Patch for gdb416s.zip Hi DJ, Here comes a patch for gdb416s.zip. The patch comes originally from Eli and fixes a bug with setting stdout to binary mode. The biggest part of the patch are by adding the files 'top.ori' and 'utils.ori' to the djgpp directory. After looking at the gdb416s.zip on your site, I found, that you have removed all the changelog files (I think for reducing the size of the package). As a result of this, I made this also with the patch by removing the files chlog909, chlog92, chlog93, chlog94 and chlog95. To reduce the size of the patch I have not included the removing of this files as a patch, but I have removed these files from the manifest. Robert