From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27976 invoked by alias); 7 Sep 2012 10:11:19 -0000 Received: (qmail 27959 invoked by uid 22791); 7 Sep 2012 10:11:17 -0000 X-SWARE-Spam-Status: No, hits=-4.3 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout21.012.net.il (HELO mtaout21.012.net.il) (80.179.55.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 07 Sep 2012 10:11:01 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0M9Z001005E5L200@a-mtaout21.012.net.il> for gdb-patches@sourceware.org; Fri, 07 Sep 2012 13:10:59 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M9Z001Y45MBL800@a-mtaout21.012.net.il>; Fri, 07 Sep 2012 13:10:59 +0300 (IDT) Date: Fri, 07 Sep 2012 10:11:00 -0000 From: Eli Zaretskii Subject: Re: [RFC] Don't allow setting register in non-innermost frame In-reply-to: <5049C5C5.6000004@codesourcery.com> To: Yao Qi Cc: dje@google.com, tromey@redhat.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83vcfqb0st.fsf@gnu.org> References: <1345170040-25959-1-git-send-email-yao@codesourcery.com> <87hartpodt.fsf@fleche.redhat.com> <503DE604.5070904@codesourcery.com> <20550.33413.240311.774616@ruffy2.mtv.corp.google.com> <5049C5C5.6000004@codesourcery.com> X-IsSubscribed: yes 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 X-SW-Source: 2012-09/txt/msg00061.txt.bz2 > Date: Fri, 7 Sep 2012 18:00:37 +0800 > From: Yao Qi > CC: Tom Tromey , > > > I think this is NEWS-worthy. > > > > I add a NEWS entry. Thanks. But its text says "when assigning" without explaining enough for the reader to understand what "assigning" are we talking about. So I suggest to mention the commands that are affected ('set', IIUC), and perhaps give an example.