From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from rock.gnat.com (rock.gnat.com [205.232.38.15]) by sourceware.org (Postfix) with ESMTP id 035583857822 for ; Fri, 9 Oct 2020 20:55:04 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 035583857822 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 D3C53117B57 for ; Fri, 9 Oct 2020 16:55:03 -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 WqBvBiIn82gu for ; Fri, 9 Oct 2020 16:55:03 -0400 (EDT) Received: from takamaka.brobecker.org (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id A3F45117337 for ; Fri, 9 Oct 2020 16:55:03 -0400 (EDT) Received: by takamaka.brobecker.org (Postfix, from userid 1000) id 13297849D7; Fri, 9 Oct 2020 13:55:02 -0700 (PDT) Date: Fri, 9 Oct 2020 13:55:02 -0700 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: GDB 10.1 release -- 2020-10-09 Update Message-ID: <20201009205502.GA10316@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.9.4 (2018-02-28) X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, KAM_ASCII_DIVIDERS, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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: Fri, 09 Oct 2020 20:55:05 -0000 Hi everyone, We're definitely getting closer, and I can smell the finish line! We're down to two issues left, with one where the patch has been posted a little over a week ago, and one where there is visible progress. Simon has been very active in helping getting fixes in the gdb-10-branch lately, so big kudos to him ;-). It's hard to predict when the actual release will be created, since this depends on how fast patch submission and review can occur. On my side of things, I'll create the release during the weekend that follows the last missing fix. Here is the current status as I see it: Fixed Since the Previous Update: -------------------------------- * [EliZ] GDB build failure in gnulib if building on Windows version older than 8 https://sourceware.org/bugzilla/show_bug.cgi?id=26607 * [GarethR] from_tty argument to Python's gdb.execute is no longer effective https://sourceware.org/bugzilla/show_bug.cgi?id=26586 * [AntonK, ShahabV] (suggested by SimonM) Add ARC Linux gdbserver support Added Since the Last Update: ---------------------------- * [SimonM] regression: loading dwarf info crashes the debugger https://sourceware.org/bugzilla/show_bug.cgi?id=26693 Simon posted on Bugzilla a patch (2020-10-09, with a test :-)) Other Ongoing Items: -------------------- * [SimonM] "maintenance set target-async off" is broken on GNU/Linux https://sourceware.org/bugzilla/show_bug.cgi?id=26642 Patch proposed on Sep 30th at (waiting for review): https://sourceware.org/pipermail/gdb-patches/2020-October/172220.html Not Critical, but Requested: ---------------------------- < none :-) > Thanks, -- Joel