delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2022/05/18/08:21:49

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 D51B23857377
Authentication-Results: sourceware.org; dmarc=none (p=none dis=none)
header.from=dronecode.org.uk
Authentication-Results: sourceware.org; spf=none smtp.mailfrom=dronecode.org.uk
Authentication-Results: btinternet.com;
auth=pass (PLAIN) smtp.auth=jonturney AT btinternet DOT com;
bimi=skipped
X-SNCR-Rigid: 61394290249E5115
X-Originating-IP: [86.139.167.41]
X-OWM-Source-IP: 86.139.167.41 (GB)
X-OWM-Env-Sender: jonturney AT btinternet DOT com
X-VadeSecure-score: verdict=clean score=0/300, class=clean
X-RazorGate-Vade: gggruggvucftvghtrhhoucdtuddrgedvfedrheelgdeglecutefuodetggdotefrodftvfcurfhrohhfihhlvgemuceutffkvffkuffjvffgnffgvefqofdpqfgfvfenuceurghilhhouhhtmecufedtudenucesvcftvggtihhpihgvnhhtshculddquddttddmnecujfgurhepkfffgggfuffvfhfhjggtgfesthejredttdefjeenucfhrhhomheplfhonhcuvfhurhhnvgihuceojhhonhdrthhurhhnvgihsegurhhonhgvtghouggvrdhorhhgrdhukheqnecuggftrfgrthhtvghrnhepheduueevueejueejgeeufeehtddtkeevtdduieelfeetteeffeejjedukeefgffgnecuffhomhgrihhnpegthihgfihinhdrtghomhenucfkphepkeeirddufeelrdduieejrdegudenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhephhgvlhhopegludelvddrudeikedruddruddthegnpdhinhgvthepkeeirddufeelrdduieejrdeguddpmhgrihhlfhhrohhmpehjohhnrdhtuhhrnhgvhiesughrohhnvggtohguvgdrohhrghdruhhkpdhnsggprhgtphhtthhopedupdhrtghpthhtoheptgihghifihhnsegthihgfihinhdrtghomh
X-RazorGate-Vade-Verdict: clean 0
X-RazorGate-Vade-Classification: clean
Message-ID: <f7b60a9b-9ce6-0ae7-5e69-d85cf76d1690@dronecode.org.uk>
Date: Wed, 18 May 2022 13:21:25 +0100
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.9.0
Subject: Re: [ANNOUNCEMENT] gdb 11.2-1 (TEST)
To: The Cygwin Mailing List <cygwin AT cygwin DOT com>
References: <announce DOT 05958013-de02-c5ee-e238-c2d89ea65665 AT dronecode DOT org DOT uk>
<20220119183911 DOT 3ef67396328c33cccd83a050 AT nifty DOT ne DOT jp>
<8797cebf-5904-552b-8ec8-833d597daec9 AT dronecode DOT org DOT uk>
<20220125000153 DOT b8d754c0019ffa73a2fd87f0 AT nifty DOT ne DOT jp>
<20220419010952 DOT c571904befa0a4172fe06e2d AT nifty DOT ne DOT jp>
<20220517013528 DOT ff89f326b1d5cbae0d07551f AT nifty DOT ne DOT jp>
From: Jon Turney <jon DOT turney AT dronecode DOT org DOT uk>
In-Reply-To: <20220517013528.ff89f326b1d5cbae0d07551f@nifty.ne.jp>
X-Spam-Status: No, score=-1193.9 required=5.0 tests=BAYES_00, FORGED_SPF_HELO,
KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, NICE_REPLY_A, RCVD_IN_DNSWL_NONE,
SPF_HELO_PASS, SPF_NONE, TXREP,
T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6
X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on
server2.sourceware.org
X-BeenThere: cygwin AT cygwin DOT com
X-Mailman-Version: 2.1.29
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Unsubscribe: <https://cygwin.com/mailman/options/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=unsubscribe>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
Errors-To: cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com
Sender: "Cygwin" <cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com>

On 16/05/2022 17:35, Takashi Yano wrote:
> On Tue, 19 Apr 2022 01:09:52 +0900
> Takashi Yano wrote:
>> On Tue, 25 Jan 2022 00:01:53 +0900
>> Takashi Yano wrote:
>>> 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
>>
>> This problem was solved in cygwin1.dll side by adding
>> workaround for GDB.
>> https://cygwin.com/pipermail/cygwin-patches/2022q1/011778.html
>> https://cygwin.com/pipermail/cygwin-patches/2022q2/011876.html
>> etc.
>>
>> The workaraound will be available in upcomming cygwin 3.3.5.
> 
> Is there any plan to release gdb 11.2-1 ?
> Now gdb 11.2-1(TEST) works fine for me with cygwin 3.3.5.

Yes, past time to do that since I just starting looking at packaging 
gdb-12.1 :-)

This package has been promoted from test to current.


-- 
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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019