From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-f42.google.com (mail-wm1-f42.google.com [209.85.128.42]) by sourceware.org (Postfix) with ESMTPS id 766F33858D1E for ; Wed, 20 Apr 2022 17:33:56 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 766F33858D1E Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=palves.net Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-wm1-f42.google.com with SMTP id ay36-20020a05600c1e2400b0038ebc885115so2591307wmb.1 for ; Wed, 20 Apr 2022 10:33:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:references:from:in-reply-to :content-transfer-encoding; bh=7Ta2jcClfo6ERQMieUlJxsLT+ONEGRLqB3Mp6ypkN/k=; b=eYExc3IHamIsWnzOY8V8WZNvOTMcJI6ChtUqB/XmRpepcFeWwU4ygb9f9K9MVBHO8C zmKi4zm3vIV1tv1h70oSZ5SFK6K5r9x6I81kQTCmPKWRlc30z9yBNHe9xbJWM8Ncf4yQ Ex01rEnyPkb2aeFCsKloq2j9WTwZPzOEahvgTsFmybHtArL1y/IA4a+ExiKhCg+5o4DK Dpp6+xYgUkjabsPlxcB7IhEkhqS6z0bV4V2CXS8JSHgWI5KtCfR2ZfaPUf+0aSoeg8F4 1YGAg0H98KgBFN8fONAc4uFn7uxi5XougXHNJixTP3wQ+lxIcgOHDkpmP1CM3skRfJ5z Hsdg== X-Gm-Message-State: AOAM530+vlYgTIqFKlDrHSeuP6iW7x/m0QWLx57pNQqXLdBEHf6ymDUc 9jOENcvdXuDnRPWyE8tQLpJ/doNorYM= X-Google-Smtp-Source: ABdhPJx0EO/zEMgOx0dXLMy9dX9GFJzcgy9tEsbs7z4hpjxWR/KPz7/6BqsM1zUYeYDRyalDXAy3ZA== X-Received: by 2002:a1c:2904:0:b0:37b:ea53:4cbf with SMTP id p4-20020a1c2904000000b0037bea534cbfmr4786930wmp.46.1650476035307; Wed, 20 Apr 2022 10:33:55 -0700 (PDT) Received: from ?IPV6:2001:8a0:f924:2600:209d:85e2:409e:8726? ([2001:8a0:f924:2600:209d:85e2:409e:8726]) by smtp.gmail.com with ESMTPSA id f189-20020a1c38c6000000b0038ff83b9792sm376350wma.43.2022.04.20.10.33.54 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 20 Apr 2022 10:33:54 -0700 (PDT) Message-ID: <8860f3ae-b6f9-2be3-7c5c-d858ba7108ee@palves.net> Date: Wed, 20 Apr 2022 18:33:53 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0 Subject: Re: GDB 12.0.90 available for testing Content-Language: en-US To: Joel Brobecker , gdb-patches@sourceware.org References: <20220320055815.2A90FA4D6C@takamaka.home> From: Pedro Alves In-Reply-To: <20220320055815.2A90FA4D6C@takamaka.home> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-5.3 required=5.0 tests=BAYES_00, FREEMAIL_FORGED_FROMDOMAIN, FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, 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:33:58 -0000 On 2022-03-20 05:58, Joel Brobecker via Gdb-patches wrote: > Hello, > > I have just finished creating the gdb-12.0.90 pre-release. > It is available for download at the following location: > > ftp://sourceware.org/pub/gdb/snapshots/branch/gdb-12.0.90.tar.xz > > A gzip'ed version is also available: gdb-12.0.90.tar.gz. > > Please give it a test if you can and report any problems you might find. > > On behalf of all the GDB contributors, thank you! 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.