Re: GDB looses pgrp setting in the terminal for debugged process after break.

2022-01-17 Thread Jon Turney
On 07/05/2021 09:33, Takashi Yano via Cygwin wrote: On Thu, 6 May 2021 21:31:27 +0100 Jon Turney wrote: On 02/05/2021 17:16, Takashi Yano via Cygwin wrote: On Sat, 6 Feb 2021 00:26:54 +0900 Takashi Yano wrote: On Fri, 5 Feb 2021 19:34:57 +0900 Takashi Yano wrote: On Tue, 26 Jan 2021 12:14:02

Re: GDB looses pgrp setting in the terminal for debugged process after break.

2021-05-07 Thread Takashi Yano via Cygwin
On Thu, 6 May 2021 21:31:27 +0100 Jon Turney wrote: > On 02/05/2021 17:16, Takashi Yano via Cygwin wrote: > > On Sat, 6 Feb 2021 00:26:54 +0900 > > Takashi Yano wrote: > >> On Fri, 5 Feb 2021 19:34:57 +0900 > >> Takashi Yano wrote: > >>> On Tue, 26 Jan 2021 12:14:02 +0900 > >>> Takashi Yano wrote:

Re: GDB looses pgrp setting in the terminal for debugged process after break.

2021-05-06 Thread Jon Turney
On 02/05/2021 17:16, Takashi Yano via Cygwin wrote: On Sat, 6 Feb 2021 00:26:54 +0900 Takashi Yano wrote: On Fri, 5 Feb 2021 19:34:57 +0900 Takashi Yano wrote: On Tue, 26 Jan 2021 12:14:02 +0900 Takashi Yano wrote: Hi GDB maintainer, Sorry! I meant to go back and look at this, but I forgot.

Re: GDB looses pgrp setting in the terminal for debugged process after break.

2021-05-02 Thread Takashi Yano via Cygwin
On Sat, 6 Feb 2021 00:26:54 +0900 Takashi Yano wrote: > On Fri, 5 Feb 2021 19:34:57 +0900 > Takashi Yano wrote: > > On Tue, 26 Jan 2021 12:14:02 +0900 > > Takashi Yano wrote: > > > Hi GDB maintainer, > > > > > > In GDB, debugged process cannot continue execution after break > > > if it reads stdin

Re: GDB looses pgrp setting in the terminal for debugged process after break.

2021-02-05 Thread Takashi Yano via Cygwin
On Fri, 5 Feb 2021 19:34:57 +0900 Takashi Yano wrote: > On Tue, 26 Jan 2021 12:14:02 +0900 > Takashi Yano wrote: > > Hi GDB maintainer, > > > > In GDB, debugged process cannot continue execution after break > > if it reads stdin. > > > > With the following steps, cat is terminated with error. > >

Re: GDB looses pgrp setting in the terminal for debugged process after break.

2021-02-05 Thread Takashi Yano via Cygwin
On Tue, 26 Jan 2021 12:14:02 +0900 Takashi Yano wrote: > Hi GDB maintainer, > > In GDB, debugged process cannot continue execution after break > if it reads stdin. > > With the following steps, cat is terminated with error. > > 1) Install coreutils-debuginfo package. > 2) Run "gdb cat" in consol

GDB looses pgrp setting in the terminal for debugged process after break.

2021-01-25 Thread Takashi Yano via Cygwin
Hi GDB maintainer, In GDB, debugged process cannot continue execution after break if it reads stdin. With the following steps, cat is terminated with error. 1) Install coreutils-debuginfo package. 2) Run "gdb cat" in console (command prompt), not in mintty. 3) Enter "start" in gdb. 4) Enter "con