From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12513 invoked by alias); 7 Feb 2016 08:12:44 -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 12501 invoked by uid 89); 7 Feb 2016 08:12:43 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.8 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 spammy=Hx-languages-length:1145, Anything, recap, rough 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 (AES256-SHA encrypted) ESMTPS; Sun, 07 Feb 2016 08:12:42 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 9B6221167E6; Sun, 7 Feb 2016 03:12:40 -0500 (EST) 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 Gu1pbZWQ7tI5; Sun, 7 Feb 2016 03:12:40 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 28A67116666; Sun, 7 Feb 2016 03:12:40 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id EA067406C6; Sun, 7 Feb 2016 12:12:30 +0400 (RET) Date: Sun, 07 Feb 2016 08:12:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org, sergiodj@redhat.com, Yao Qi , Pedro Alves , keiths@redhat.com Subject: Re: RFC: branching for GDB 7.11 soon? (possibly Wed) Message-ID: <20160207081230.GA20874@adacore.com> References: <20160201030638.GG4008@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160201030638.GG4008@adacore.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2016-02/txt/msg00173.txt.bz2 Hello again, So, quick recap of where we are with respect to branching: > PR19474 "break LINE_NUM" set breakpoint on file other than current source file Analyzed, tricky to fix, not blocking for 7.11 > PR19503 internal-error: linux_nat_resume: Assertion `lp != NULL' failed. Fixed by Pedro. > PR19506 Regression with gdb.Breakpoint("*") This lead to a wider fix: [PATCH V2 0/4] Add support for "legacy" linespecs https://www.sourceware.org/ml/gdb-patches/2016-02/msg00024.html (I will try to take a look at them this weekend) PR 19548 - breakpoint re-set inserts breakpoints when it shouldn't Pedro sent a patch: https://sourceware.org/ml/gdb-patches/2016-02/msg00014.html There is also a crash (regression): PR 19546 - gdb crash calling exec in the inferior Initial guestimate from Pedro: | Looks like a regression of the explicit locations work. Still in Pedro's court, or could Keith help? Sergio - would you be able to give us a rough description of how good the results are in the buildbots? Anything we should be aware of for this release? (Thanks!) Thanks! -- Joel