X-Recipient: archive-cygwin AT delorie DOT com X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 679013858016 Authentication-Results: sourceware.org; dmarc=fail (p=none dis=none) header.from=nifty.ne.jp Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=nifty.ne.jp DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-01.nifty.com 20OF1oUC031503 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.ne.jp; s=dec2015msa; t=1643036510; bh=3eDQ+dj58eWSORrMIvyS6B3GUdCm2EScDCFRx+WKUHc=; h=Date:From:To:Subject:In-Reply-To:References:From; b=dJPD0I1NGRJ1tpt8rcAO9LhefRTCMCAbMijpLHmb7TeU87j3UHD3P9c0t+RfhZiZm P6adOqzTT+l5dt5wk2Ekop89KnRc4m70Yh3/O3ALtH510RGIx8oxIXPxHn5a9yJIcT zvqWlIrV7eQTGOzFpoG/QGqh03KYpIBeFpR4cpFaEJGGdMuAZ8crCVrttvbEAYu6Gj +arrSixiDpQeas/rV8qMiae2OMz4QgwCtVP3HhaynKo2GTViI/ZmirLHJNoJQePrcB Cns/fr7GNckvInGJC8XIHofaS7d1SMJb0otj8dfUp6cFb7gIgONs/V5vk85MnwssOA re/rqnWnu+GSg== X-Nifty-SrcIP: [124.155.36.249] Date: Tue, 25 Jan 2022 00:01:53 +0900 From: Takashi Yano To: cygwin AT cygwin DOT com Subject: Re: [ANNOUNCEMENT] gdb 11.2-1 (TEST) Message-Id: <20220125000153.b8d754c0019ffa73a2fd87f0@nifty.ne.jp> In-Reply-To: <8797cebf-5904-552b-8ec8-833d597daec9@dronecode.org.uk> References: <20220119183911 DOT 3ef67396328c33cccd83a050 AT nifty DOT ne DOT jp> <8797cebf-5904-552b-8ec8-833d597daec9 AT dronecode DOT org DOT uk> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.30; i686-pc-mingw32) Mime-Version: 1.0 X-Spam-Status: No, score=-4.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com Sender: "Cygwin" On Mon, 24 Jan 2022 14:46:20 +0000 Jon Turney wrote: > On 19/01/2022 09:39, Takashi Yano wrote: > > > > However, I noticed another problem in signal handling. > > > > Even with the following setting (by default), > > (gdb) info signal SIGINT > > Signal Stop Print Pass to program Description > > SIGINT Yes Yes No Interrupt > > > > inferior receives SIGINT when Ctrl-C is pressed. > > Due to this behaviour, inferior cannot be continued > > by 'cont' command after Ctrl-C. Is this the known issue? > > Not known by me. > > Are you saying this is a new issue in this gdb package? Probably, this is not a new issue. But, it was hidden by: > * Use cygwin pgid if inferior is a cygwin process (Takashi Yano) > Addresses: https://cygwin.com/pipermail/cygwin/2021-January/247640.html -- Takashi Yano -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple