From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 48894 invoked by alias); 17 May 2016 18:02:49 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 48884 invoked by uid 89); 17 May 2016 18:02:49 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 spammy=Great X-HELO: mail-oi0-f65.google.com Received: from mail-oi0-f65.google.com (HELO mail-oi0-f65.google.com) (209.85.218.65) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 17 May 2016 18:02:35 +0000 Received: by mail-oi0-f65.google.com with SMTP id t140so4920729oie.0 for ; Tue, 17 May 2016 11:02:35 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=d1w3f9doCZrkgb4JhUoN3hfysKCDJL0Gx3dwSwvyxlg=; b=NQeu1Io/ASP6NSJWSPa8MTdSZ7FR5DJhrFCcvn10WCi+QbgnkscbWH40z+lexdzKTs r3FgwZfgQHCzNnRXmqihdezbX684xQY7JIwep4kM13X3N3wFbgU9EPnCzpaLPRrbBniC C35Ug9FylkLbl7WhTcSsHZdPP+/daFdLN8DxEQjZm/DdimQgLf1D/mCVSe6knt1YbTax akodbWQ3FLeLEv1vIRGlT2TZnnD2rIADtv6yckWfImq7tvWdOgvOAg2Z+KJgS10Zbytz RpE5Azoe/ONByaIqNVM3a9pmv0O224l71bWFugPcAVE9bDxS7pC8lCCT5ll6v2DsPl0t ndmA== X-Gm-Message-State: AOPr4FVyzZFhjFy2W800ZGsHND2VwBwM1zxvtk6e15FmyOD2UUjsfx8gHyMDJ46kzT3uTNf/D0szhYI6h0KkmA== MIME-Version: 1.0 X-Received: by 10.157.44.227 with SMTP id e32mr1564522otd.37.1463508153803; Tue, 17 May 2016 11:02:33 -0700 (PDT) Received: by 10.202.89.213 with HTTP; Tue, 17 May 2016 11:02:33 -0700 (PDT) In-Reply-To: <4ec4cc6e-3bfd-6974-3a82-64c36799eb30@redhat.com> References: <4ec4cc6e-3bfd-6974-3a82-64c36799eb30@redhat.com> Date: Tue, 17 May 2016 18:02:00 -0000 Message-ID: Subject: Re: [regression] gdb 7.11 breaks rr From: Kyle Huey To: Pedro Alves Cc: gdb@sourceware.org, rr-dev Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2016-05/txt/msg00008.txt.bz2 On Tue, May 17, 2016 at 9:27 AM, Pedro Alves wrote: > > On 05/16/2016 11:06 PM, Kyle Huey wrote: > > > This was fixed after the release of gdb 7.11 by [1]. I verified that > > cherry-picking this commit on top of the gdb-7.11-release tag also fixes > > rr. Could we get this commit backported for a 7.11.1? > > It actually was already, at the time: > > https://sourceware.org/ml/gdb-patches/2016-04/msg00277.html > > Git commit 6b9ef0d488c556339aea7b095ef7a9b6bf6b1af1. > > Try the gdb-7.11-branch branch (where 7.11.1 will be released from), > instead of the 7.11 release tag, which is frozen. > > Thanks, > Pedro Alves > Yes, the gdb-7.11-branch branch works too. Great! - Kyle