From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1374 invoked by alias); 3 Jun 2014 08:22:57 -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 1356 invoked by uid 89); 3 Jun 2014 08:22:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-yk0-f172.google.com Received: from mail-yk0-f172.google.com (HELO mail-yk0-f172.google.com) (209.85.160.172) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 03 Jun 2014 08:22:55 +0000 Received: by mail-yk0-f172.google.com with SMTP id 79so4593797ykr.17 for ; Tue, 03 Jun 2014 01:22:53 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.236.113.69 with SMTP id z45mr61004150yhg.0.1401783773564; Tue, 03 Jun 2014 01:22:53 -0700 (PDT) Received: by 10.170.150.70 with HTTP; Tue, 3 Jun 2014 01:22:53 -0700 (PDT) In-Reply-To: <538CB897.6050703@redhat.com> References: <20140602172105.GC30686@adacore.com> <538CB897.6050703@redhat.com> Date: Tue, 03 Jun 2014 08:22:00 -0000 Message-ID: Subject: Re: gdb-7.8 branching status update From: Doug Evans To: Pedro Alves Cc: Joel Brobecker , "gdb-patches@sourceware.org" , Keith Seitz Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-06/txt/msg00069.txt.bz2 On Mon, Jun 2, 2014 at 10:47 AM, Pedro Alves wrote: > On 06/02/2014 06:21 PM, Joel Brobecker wrote: > >> - infrun regression on platforms using software single step (Eg AIX). >> See PR gdb/17000. A patch was sent this past weekend, and is >> awaiting review. > > I've been poking at this one all day long. I noticed something while > reviewing it, and then hit a stack of issues. I'll reply very soon. > > I think the break-interp.exp crashes should be a blocker too: > > https://sourceware.org/ml/gdb-patches/2014-05/msg00731.html > > Also, I've now noticed that running the testsuite against > gdbserver has several regressions compared to a month or > so ago. :-/ I'm not sure this is a blocker, but I've started to notice gdb segvs in corefile.exp. vdso target sections are not removed when a new core is loaded, and gdb is referencing memory from an already-freed bfd. At any rate I'm going to file a pr tomorrow.