From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id MISiG4hDcl+/LwAAWB0awg (envelope-from ) for ; Mon, 28 Sep 2020 16:11:52 -0400 Received: by simark.ca (Postfix, from userid 112) id 627B31E591; Mon, 28 Sep 2020 16:11:52 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.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 C719F1E58E for ; Mon, 28 Sep 2020 16:11:51 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 5564C3857C45; Mon, 28 Sep 2020 20:11:51 +0000 (GMT) Received: from rock.gnat.com (rock.gnat.com [205.232.38.15]) by sourceware.org (Postfix) with ESMTP id AC7E53857C45 for ; Mon, 28 Sep 2020 20:11:49 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org AC7E53857C45 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=adacore.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=brobecker@adacore.com Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 849DE1173DF; Mon, 28 Sep 2020 16:11:49 -0400 (EDT) X-Virus-Scanned: Debian amavisd-new at gnat.com Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id XQDynZ-MiRgx; Mon, 28 Sep 2020 16:11:49 -0400 (EDT) Received: from takamaka.brobecker.org (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 564F81173C3; Mon, 28 Sep 2020 16:11:49 -0400 (EDT) Received: by takamaka.brobecker.org (Postfix, from userid 1000) id B9622849D5; Mon, 28 Sep 2020 13:11:47 -0700 (PDT) Date: Mon, 28 Sep 2020 13:11:47 -0700 From: Joel Brobecker To: Eli Zaretskii Subject: Re: GDB 10.1 release -- 2020-09-18 Update Message-ID: <20200928201147.GG15552@adacore.com> References: <20200918234602.GA4674@adacore.com> <83y2l62oy9.fsf@gnu.org> <20200919194850.GB5376@adacore.com> <83h7rrxfi7.fsf@gnu.org> <20200926173940.GB13066@adacore.com> <83imbymeoa.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <83imbymeoa.fsf@gnu.org> User-Agent: Mutt/1.9.4 (2018-02-28) 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: , Cc: gdb-patches@sourceware.org Errors-To: gdb-patches-bounces@sourceware.org Sender: "Gdb-patches" > I've downloaded today's snapshot of the branch, applied the patches > you sent, and build GDB. It builds cleanly and passes all the sanity > checks I tried. Perfect. Thank you! > So I think you can install this (provided that you can build GDB using > MinGW64). We've put the patches on a queue to be tested. Since we still have while waiting for other fixes, I'd like to collect a few days' worth of nightly testing, JIC. I'll push towards the end of the week. -- Joel