From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id SChPD6aNx2DnSgAAWB0awg (envelope-from ) for ; Mon, 14 Jun 2021 13:11:02 -0400 Received: by simark.ca (Postfix, from userid 112) id 2F6341F163; Mon, 14 Jun 2021 13:11:02 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 68B8F1E54D for ; Mon, 14 Jun 2021 13:11:01 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id C6BA53955420 for ; Mon, 14 Jun 2021 17:11:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C6BA53955420 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1623690660; bh=jTuvCJiUw/m/0l8SK5sAjcCH393D6RCd37fd63GKbTQ=; h=Date:To:In-Reply-To:Subject:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=no2oYjVJd09TSh0sRH+ujZc6LUczpPEj1GIGU31ra6ucfGGizXiu0NP6zCG66T+ko 0GukKb+TqtaawHcPW846Zr+z0rfunrBgjEdjsbjUU25zLn7lrxo/wEuQ+gILWTzDJc Q1TnFWqKlzonSgrk/7pgy2swE7qoOF33Rq6Jfq60= Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id 6092E3848025 for ; Mon, 14 Jun 2021 17:10:40 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 6092E3848025 Received: from fencepost.gnu.org ([2001:470:142:3::e]:52098) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lsq6h-0006k2-Om; Mon, 14 Jun 2021 13:10:39 -0400 Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:1184 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lsq6g-0003y1-Dt; Mon, 14 Jun 2021 13:10:39 -0400 Date: Mon, 14 Jun 2021 20:10:34 +0300 Message-Id: <83im2g5q45.fsf@gnu.org> To: Pedro Alves In-Reply-To: <1479d356-0155-3324-a92b-14321e5ef759@palves.net> (message from Pedro Alves on Mon, 14 Jun 2021 17:29:17 +0100) Subject: Re: [PATCH 00/17] Interrupting programs that block/ignore SIGINT References: <20210603190243.2609886-1-pedro@palves.net> <835yyuwwuu.fsf@gnu.org> <83mtru6o8g.fsf@gnu.org> <1479d356-0155-3324-a92b-14321e5ef759@palves.net> X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Eli Zaretskii via Gdb-patches Reply-To: Eli Zaretskii Cc: gdb-patches@sourceware.org Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" > From: Pedro Alves > Cc: gdb-patches@sourceware.org > Date: Mon, 14 Jun 2021 17:29:17 +0100 > > Yes, of course, I just needed some time to think about your comments and > experiment with an idea. I'll be replying soon. Please don't take my silence > as ignoring you. I'm taking you very seriously, as I always do. Thanks, looking forward to hearing your responses and ideas.