From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pg1-x529.google.com (mail-pg1-x529.google.com [IPv6:2607:f8b0:4864:20::529]) by sourceware.org (Postfix) with ESMTPS id 950C33858D1E for ; Wed, 20 Apr 2022 17:52:25 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 950C33858D1E Received: by mail-pg1-x529.google.com with SMTP id x191so2286988pgd.4 for ; Wed, 20 Apr 2022 10:52:25 -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=gbtfuNurAoZm9WkEKTIbkPA5ZbPxbVfYG5dsGrjCR6A=; b=HARf3j6qYRSKa0EMmn3v++jPR9DlrJdVVX4iWpGTi/tAUlW/cW4ujlwZidi/4hMyrR ZXxA6w5PWPKRuPn+kKtzm5B72pcqU+kvO0dQ0hDhIY6sT8kyXLgz3bZtjGlNDoc71jp2 ysUpXpDoR6A8M1GtbPoARnWqq7ZRiOq2m2ZymIQqlbpweSneKIJiUOZW0wAYzErCjXLY 7UKHmrtDOWr4OXaB9hcbz/q5wNj+i6XjKr7xYE7LMjwBXCrMu8cbZ/YZcBRr8uRCFc1N G/qetqzxiJa2qpaVY7aq0jY5DoSKf3pJR6XsEByRmfh2E9/YOWzbQcpFszGDnPcltCum bjjw== X-Gm-Message-State: AOAM5312EWyUy0TRaQJADsAO8YvkQ1GjqzzX+zRLag3pPbrZ97OBERoJ nkcAqxjt835OlvgVsZsQTk5C X-Google-Smtp-Source: ABdhPJznb2qi3NqeEkSMVmxjVAFCYY2R8BAayJaMESlorNpnBHw7hCo2YVs3WchKmbm/Eu7k++6FiA== X-Received: by 2002:a63:9203:0:b0:386:3b37:76b5 with SMTP id o3-20020a639203000000b003863b3776b5mr20716932pgd.234.1650477144620; Wed, 20 Apr 2022 10:52:24 -0700 (PDT) Received: from takamaka.home ([184.69.131.86]) by smtp.gmail.com with ESMTPSA id y9-20020aa79429000000b0050ad02027d9sm1647795pfo.197.2022.04.20.10.52.23 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 20 Apr 2022 10:52:23 -0700 (PDT) Received: by takamaka.home (Postfix, from userid 1000) id 0E6CBA4A59; Wed, 20 Apr 2022 10:52:23 -0700 (PDT) Date: Wed, 20 Apr 2022 10:52:23 -0700 From: Joel Brobecker To: Pedro Alves Cc: Joel Brobecker , gdb-patches@sourceware.org Subject: Re: GDB 12.0.90 available for testing Message-ID: References: <20220320055815.2A90FA4D6C@takamaka.home> <8860f3ae-b6f9-2be3-7c5c-d858ba7108ee@palves.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8860f3ae-b6f9-2be3-7c5c-d858ba7108ee@palves.net> 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: Wed, 20 Apr 2022 17:52:27 -0000 Hi Pedro, > FYI, I spotted this regression recently: > > "show remote foo-packet" regression > https://sourceware.org/pipermail/gdb-patches/2022-April/188086.html > > I haven't looked much at it beyond bisecting. I suspect it might just > be a presentation issue, with gdb saying the wrong thing, rather than > gdb potentially doing the wrong thing to the wrong packet. But I really > haven't confirmed that. Thanks for the heads up. We'll wait to see what the investigation turns up. I'll add this item to my list of issues to keep an eye on. -- Joel