From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id gR3wL8HXmGOANwAAWB0awg (envelope-from ) for ; Tue, 13 Dec 2022 14:51:29 -0500 Received: by simark.ca (Postfix, from userid 112) id BA0621E126; Tue, 13 Dec 2022 14:51:29 -0500 (EST) 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=O/HrLLZc; 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.3 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, RDNS_DYNAMIC,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from sourceware.org (ip-8-43-85-97.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 5FB421E0CD for ; Tue, 13 Dec 2022 14:51:29 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 043B13877239 for ; Tue, 13 Dec 2022 19:51:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 043B13877239 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1670961088; bh=XbaggreXEkrHezW+r9dK1z3g7iJqJjjBXB2RNM2CFqo=; h=To:Cc:Subject:References:Date:In-Reply-To:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From:Reply-To:From; b=O/HrLLZcUNL32vBxL4Q1YEOIz31cSrr70gIw7rIc4r2C7GSP1ASraN6GZ5y88gtXB ec++jgKesFjnQG+YfwCpCQYAf/4X0bOuM2RfvR+YC/zHzRlLoczfKMNBUWL/LlE8zc /1JmRFKI+nZDRf+z/NR1OJpDrHrLzvKzOd0pafZQ= Received: from mail-il1-x134.google.com (mail-il1-x134.google.com [IPv6:2607:f8b0:4864:20::134]) by sourceware.org (Postfix) with ESMTPS id 9E5FF383AB73 for ; Tue, 13 Dec 2022 19:51:07 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 9E5FF383AB73 Received: by mail-il1-x134.google.com with SMTP id s16so5523507iln.4 for ; Tue, 13 Dec 2022 11:51:07 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=mime-version:user-agent:message-id:in-reply-to:date:references :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=XbaggreXEkrHezW+r9dK1z3g7iJqJjjBXB2RNM2CFqo=; b=K9guwvVdbhn+Sra4TF+p7mMGISdBiyGayfV4wKRZ3mEc1f9zfLAGk4kD7yNzQzBpEK qGdpeclhRQPZHVuiUMGijpqdZdRhozhekACYEnFH6mAPDfaVBLIbt3xenpLiSBl4WXt3 gGvSyKe/Tsw5gg8uveNX3f6E2kETSf4F4K8L2AcMP51jvpGVVfOGUX039n4/mWul3oC5 35tf6pEewy6pTJckVhfQdjXhjYPaeS6b7sBFJwPumqgPPEj1ltaFT90WLkNusvRuRXzt 2Sm0S6SiUqsp7Zww/Hcqmzks3FBD+T0rY+6cJ2uhIpNUxzbCC7ec3VEtY9J45PjP6DJF mpNg== X-Gm-Message-State: ANoB5plxLMN5oaTveV1LlU2mWx5fTyhCYdEwtStyWk45y40zKMjjpHjh 4SXcZHxMmFkJYIBhme2+ZOiBFw== X-Google-Smtp-Source: AA0mqf5Ep0X9vcu3qB6goF4KBDFCtTGi/8zMKNzaL6on3GI2V8USCWluV3X4J5WB9TGS6E6Obair+g== X-Received: by 2002:a92:d382:0:b0:303:fa2:9136 with SMTP id o2-20020a92d382000000b003030fa29136mr12852688ilo.11.1670961064205; Tue, 13 Dec 2022 11:51:04 -0800 (PST) Received: from murgatroyd (97-122-76-186.hlrn.qwest.net. [97.122.76.186]) by smtp.gmail.com with ESMTPSA id b19-20020a026f53000000b003636c5dcf29sm1105801jae.176.2022.12.13.11.51.03 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 13 Dec 2022 11:51:03 -0800 (PST) To: Hannes Domani Cc: Tom Tromey , "gdb-patches@sourceware.org" Subject: Re: [PATCH 3/3] Fix control-c handling on Windows References: <20221205185651.2704492-1-tromey@adacore.com> <20221205185651.2704492-4-tromey@adacore.com> <102195784.4047621.1670433222150@mail.yahoo.com> <87ilikin72.fsf@tromey.com> <1095715284.5500968.1670602756752@mail.yahoo.com> <87edt8ijd7.fsf@tromey.com> <127884065.5583846.1670609613440@mail.yahoo.com> <87cz8ohbwf.fsf@tromey.com> <878rjch7se.fsf@tromey.com> <907917741.7616715.1670931048421@mail.yahoo.com> X-Attribution: Tom Date: Tue, 13 Dec 2022 12:51:02 -0700 In-Reply-To: <907917741.7616715.1670931048421@mail.yahoo.com> (Hannes Domani's message of "Tue, 13 Dec 2022 11:30:48 +0000 (UTC)") Message-ID: <87pmcndqvt.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain 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 Tromey via Gdb-patches Reply-To: Tom Tromey Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" Hannes> I also can't reproduce problem #3 any longer with the v2 series. Hannes> So I think that this was actually the same problem that you fixed with Hannes> gdb::optional, and it was just that the different signal() calls confused me. Hannes> So, I also have no problems any more with v2 applied. Thanks. I'm going to check it in now. Tom