From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 46890 invoked by alias); 4 Feb 2016 22:55:00 -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 46875 invoked by uid 89); 4 Feb 2016 22:55:00 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Best X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 04 Feb 2016 22:54:58 +0000 Received: from svr-orw-fem-05.mgc.mentorg.com ([147.34.97.43]) by relay1.mentorg.com with esmtp id 1aRSne-0002q9-DU from Don_Breazeal@mentor.com ; Thu, 04 Feb 2016 14:54:54 -0800 Received: from [172.30.6.178] (147.34.91.1) by svr-orw-fem-05.mgc.mentorg.com (147.34.97.43) with Microsoft SMTP Server (TLS) id 14.3.224.2; Thu, 4 Feb 2016 14:54:53 -0800 Subject: Re: [pushed][PATCH] Fix '-data-read-memory-bytes' typo/assertion To: Pedro Alves References: <1447894382-1469-1-git-send-email-donb@codesourcery.com> <564F6040.7010702@codesourcery.com> <04e301d15e7f$a930f2f0$fb92d8d0$@foss.arm.com> <56B39716.9030103@codesourcery.com> CC: Thomas Preud'homme , "gdb-patches@sourceware.org" From: Don Breazeal Message-ID: <56B3D69E.3030205@codesourcery.com> Date: Thu, 04 Feb 2016 22:55:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <56B39716.9030103@codesourcery.com> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-02/txt/msg00133.txt.bz2 On 2/4/2016 10:23 AM, Don Breazeal wrote: > On 2/3/2016 4:37 AM, Thomas Preud'homme wrote: >> Hi Don, >> >>> From: gdb-patches-owner@sourceware.org [mailto:gdb-patches- >>> owner@sourceware.org] On Behalf Of Don Breazeal >>> >>> >>> This is now pushed (e084c964d61e6f8582711c73738c4df132410597), >>> ChangeLog is fixed. >> >> I believe this also affects the gdb 7.10 branch. Would you mind doing a backport for it? >> >> Best regards, >> >> Thomas >> >> > Hi Thomas, > Maybe I don't understand something, but isn't the 7.10 branch > essentially frozen, since there are no plans to generate another GDB > release from that branch? > > The fix will be in GDB 7.11. > --Don > I've been told off-list that back-porting to a stable branch like this can sometimes be appropriate. Pedro, you approved the original patch; OK to back-port this to the 7.10 branch? thanks --Don