From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 47051 invoked by alias); 22 Jun 2018 14:13:49 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 47035 invoked by uid 89); 22 Jun 2018 14:13:48 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=month X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 22 Jun 2018 14:13:47 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 2ACF1116DE5 for ; Fri, 22 Jun 2018 10:13:46 -0400 (EDT) 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 o7zxH87m62ti for ; Fri, 22 Jun 2018 10:13:46 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 1157B116C62 for ; Fri, 22 Jun 2018 10:13:46 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 80FE084347; Fri, 22 Jun 2018 10:13:45 -0400 (EDT) Date: Fri, 22 Jun 2018 14:13:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: Re: GDB 8.2 branch 2018-06-22 Update Message-ID: <20180622141345.GA29679@adacore.com> References: <20180622140540.GC3128@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180622140540.GC3128@adacore.com> User-Agent: Mutt/1.9.4 (2018-02-28) X-SW-Source: 2018-06/txt/msg00541.txt.bz2 > Can we do a quick status update on the branch? Below are items that > were discussed previously. For those items that are still in progress, > can you tell us whether or not you think you'll be able to finish it > by end of this month? I forgot to add the items that Tom mentioned -- sorry Tom! * (volunteer? else TomT) PR breakpoints/23300 `commands` does not work correctly if abbreviated to `comm` Suspected regression. * (???) PR mi/23312 MI producing invalid records following redirection (m_suppress_field_separator) My understanding from Tom's message was that it was perhaps a regression, but looking at the report, it seems to indicate that 7.12 is affected too? -- Joel