From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pj1-x102a.google.com (mail-pj1-x102a.google.com [IPv6:2607:f8b0:4864:20::102a]) by sourceware.org (Postfix) with ESMTPS id 5BFD83858D1E for ; Sun, 17 Apr 2022 17:28:14 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 5BFD83858D1E Received: by mail-pj1-x102a.google.com with SMTP id mm4-20020a17090b358400b001cb93d8b137so15518012pjb.2 for ; Sun, 17 Apr 2022 10: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:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=godHziMF0i2wwHhWJbVTNASupAQ/NsSeoWvYSBvG3V8=; b=FVfWJaIGLUS19z43OwtRzPvg3THWh8iHUKRcwGC+ltQtsdQrXPk6rezKDXeAUNTcP5 9lE82NrmzjRWJcLbrIUdC6yCF5+V/EVk71AftZFfF+XpUpfsfJYaY/WAx4jQ4ZueiQRV SZFscsWXkzl5+C+03e3RUrdsoXSeiL9Ge8K5fvFpdk/dL52mIW45TJOfuP1hXhjAl6/0 GkM77r9ebRb+SpQihVg5GYW9b2tMA6b3j8+l++ZCIFUSSyXPvnqytGOj3SKJUIIJ8mTr itOhwfjrbPqfu7IJe4CaeJ1Y9KZ1mwl8Inb6nLlaWmckMOgy/tQFbHECnQsths1Enno8 rnrg== X-Gm-Message-State: AOAM531mype8jI8oJilXaVgEMchdiCAQ6rTAwbykkx9pVtIUQIFzuphj d9S94VdhTCZp0RByeyNC1Rgv X-Google-Smtp-Source: ABdhPJwiQjP/IJFsR3JGq2IE41oD52Hdw5aTfbJmw6aAy6qNgsEIIs7aXEsqX5q9tWbQ0etuBYJp0A== X-Received: by 2002:a17:90b:812:b0:1cb:afe4:e418 with SMTP id bk18-20020a17090b081200b001cbafe4e418mr8936996pjb.53.1650216493419; Sun, 17 Apr 2022 10:28:13 -0700 (PDT) Received: from takamaka.home ([184.69.131.86]) by smtp.gmail.com with ESMTPSA id h18-20020a056a001a5200b0050a43bb7ae6sm8047310pfv.161.2022.04.17.10.28.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 17 Apr 2022 10:28:12 -0700 (PDT) Received: by takamaka.home (Postfix, from userid 1000) id A4923A7575; Sun, 17 Apr 2022 10:28:11 -0700 (PDT) Date: Sun, 17 Apr 2022 10:28:11 -0700 From: Joel Brobecker To: aburgess@redhat.com Cc: Joel Brobecker , Eli Zaretskii , ssbssa@yahoo.de, pedro@palves.net, gdb-patches@sourceware.org Subject: Re: GDB 12.0.90 available for testing Message-ID: References: <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> <83tuaz6e3x.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <83tuaz6e3x.fsf@gnu.org> X-Spam-Status: No, score=-4.3 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: Sun, 17 Apr 2022 17:28:15 -0000 Hi Andrew, What do you think of Pedro's question about the comment being removed? Thank you! On Mon, Apr 11, 2022 at 02:42:10PM +0300, Eli Zaretskii wrote: > > Date: Sun, 10 Apr 2022 12:06:52 -0700 > > From: Joel Brobecker > > Cc: aburgess@redhat.com, ssbssa@yahoo.de, pedro@palves.net, > > gdb-patches@sourceware.org, brobecker@adacore.com > > > > For the record, I did some testing using the gdb-12-branch, and unlike > > Hannes, I wasn't able to reproduce. > > > > I tried in various scenarios: > > - CMD windows > > - ConEmu > > - Cygwin terminal (there at least, I know it's not a real tty, FWIW). > > > > This was done on Windows Server 2016 (IIUC, this would correspond > > to a version of Windows 10, verson 1607). > > > > Since Tom already tested the patch being proposed, other than > > Pedro's question about the comment being removed, I'm OK with > > the patch being pushed to both master and gdb-12-branch. > > Thanks. > > Andrew, would you please chime in and tell what you'd like to do with > that comment? Whatever you decide, I will do that in the final > commit. -- Joel