From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id 8LEIChKIJGPG0joAWB0awg (envelope-from ) for ; Fri, 16 Sep 2022 10:28:34 -0400 Received: by simark.ca (Postfix, from userid 112) id 259CC1E112; Fri, 16 Sep 2022 10:28:34 -0400 (EDT) Authentication-Results: simark.ca; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.a=rsa-sha256 header.s=default header.b=IvVCuO/6; dkim-atps=neutral X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-4.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,NICE_REPLY_A,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 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 D484A1E0D3 for ; Fri, 16 Sep 2022 10:28:33 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 6B53E3886C42 for ; Fri, 16 Sep 2022 14:28:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6B53E3886C42 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1663338513; bh=UQiLQYdBjJ3I84pzRBCd1ZezzQxERrN99CZbbbM+QJo=; h=Date:Subject:To:References:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=IvVCuO/66c3ej/d7c7peCbp+iwjCl6erpvh07Anplc4sWyO41R9/4iQrAFCK2T2GS FylbzjH3Tk2KA/L1nSDLC4aZum96rhnlb1kWSw5yei5ksC3g+ku01JrbIqxbJl0qYy 4xaUnW8o8rfpUNCMgZTc20lHaYd7QArSRH+ZmzGc= Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) by sourceware.org (Postfix) with ESMTPS id 4A7AF382DCCE for ; Fri, 16 Sep 2022 14:28:10 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 4A7AF382DCCE Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id D039821FE1; Fri, 16 Sep 2022 14:28:08 +0000 (UTC) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id BEFDE1332E; Fri, 16 Sep 2022 14:28:08 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id 9/OVLfiHJGNaWQAAMHmgww (envelope-from ); Fri, 16 Sep 2022 14:28:08 +0000 Message-ID: <30fdc4c1-b19e-d850-6fb1-2ebc811de1db@suse.de> Date: Fri, 16 Sep 2022 16:28:08 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.12.0 Subject: Re: [RFC][gdb] Handle pending ^C after rl_callback_read_char Content-Language: en-US To: Simon Marchi , gdb-patches@sourceware.org References: <20220913125619.GA15500@delia.home> <9c5a599c-faf3-940b-745b-3528cd72fcdb@simark.ca> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit 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: Tom de Vries via Gdb-patches Reply-To: Tom de Vries Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" On 9/13/22 16:32, Tom de Vries via Gdb-patches wrote: > Ack, I'll wait a bit for more comments, and then commit.  Then we can > refer to current gdb source code when posing the question about readline. I've committed, and send an email to bug-readline. I don't see it yet in the archives. Thanks, - Tom