From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-il1-x12f.google.com (mail-il1-x12f.google.com [IPv6:2607:f8b0:4864:20::12f]) by sourceware.org (Postfix) with ESMTPS id 4AC3E3858D28 for ; Thu, 7 Apr 2022 18:28:14 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 4AC3E3858D28 Received: by mail-il1-x12f.google.com with SMTP id m17so4843211ilj.13 for ; Thu, 07 Apr 2022 11:28:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=4LYaoTZkMGxcvEBG/Odvw4NdFLdp/Jd2FdArAhR6HcA=; b=pAIKo2CWLoXATP0+JNAqArsiz6eXCy3q4XcCK08F9Gj9hGLZy9Bx6wTI/XBV6f3vrk fdAycPiseaRKDk0oH5E+2FB5CHK6/BOII02pgusiNM5qsPNhfXvhyovT8ahLiW4CPySN P9R3tBe0E6bS0udSS2jaLSLV24DDre4Ur50y65nGobO0b50ESgE53PquP8Mnq1utaZxt EpYcCrGkZiM915Wa9URHaINZb1PHws2uQSVE2yBZFHnl1kCNqMoMoA6/BqGfnHrI/uGc n8ljR/iI+bta9wpXdq/YZNjvtvvaAIJm5KVkmlKd+wmXdOztbzYaRAJ2MTCRSMRAa6s4 Lk6A== X-Gm-Message-State: AOAM533gpkKFn4MjFKhZbuz5sDhPXUbaHp+mkecX/ODL6pKJWCrGPXeL IDoUaP5YsX1Ef65RBS3IyZMASA== X-Google-Smtp-Source: ABdhPJw0TE4q59FSBNVmX0HfhJfjC8Tgf6cvSFmdak0EmNnNHlO9dts/XoYTUvGdcIMw4sCs/1jz7A== X-Received: by 2002:a05:6e02:1a64:b0:2ca:74eb:f3e7 with SMTP id w4-20020a056e021a6400b002ca74ebf3e7mr2464988ilv.232.1649356093608; Thu, 07 Apr 2022 11:28:13 -0700 (PDT) Received: from murgatroyd (71-211-154-204.hlrn.qwest.net. [71.211.154.204]) by smtp.gmail.com with ESMTPSA id v18-20020a92d252000000b002ca7d344a7csm1116233ilg.20.2022.04.07.11.28.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 07 Apr 2022 11:28:12 -0700 (PDT) From: Tom Tromey To: Eli Zaretskii via Gdb-patches Cc: aburgess@redhat.com, Eli Zaretskii , brobecker@adacore.com, pedro@palves.net Subject: Re: GDB 12.0.90 available for testing References: <83ilrzap07.fsf@gnu.org> <83mth67i8m.fsf@gnu.org> <72ad3448-0ff0-f36c-d1f3-cc194c0503b8@palves.net> <83ee2i72vl.fsf@gnu.org> <87sfqx864d.fsf@redhat.com> <83fsmx59wi.fsf@gnu.org> <83ee2h59m2.fsf@gnu.org> <87pmm096dc.fsf@redhat.com> <83zgl44w1m.fsf@gnu.org> <1379565857.1750775.1648990951974@mail.yahoo.com> <1113857996.1779276.1648999598328@mail.yahoo.com> <83czhyfa8i.fsf@gnu.org> <83wng1b161.fsf@gnu.org> X-Attribution: Tom Date: Thu, 07 Apr 2022 12:28:12 -0600 In-Reply-To: <83wng1b161.fsf@gnu.org> (Eli Zaretskii via Gdb-patches's message of "Thu, 07 Apr 2022 14:09:10 +0300") Message-ID: <875ynkagub.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-Spam-Status: No, score=-4.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE 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: 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: , X-List-Received-Date: Thu, 07 Apr 2022 18:28:15 -0000 Eli> Can we please finalize the fix for this? The following patch, which Eli> is a variation on the patch that Andrew sent, works for me. If there Eli> are no objections, I'd like to install it on both branches (with a Eli> suitable log message describing the misbehavior on MS-Windows). I applied this patch locally, built on Windows, and ran the AdaCore internal test suite. This passed, so at least for our part, there's no issue. I also built and regression tested with this patch on x86-64 Fedora 34. Based on this, I think this patch is ready to check in. Thank you. Tom