From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5214 invoked by alias); 2 Mar 2010 15:04:56 -0000 Received: (qmail 5159 invoked by uid 22791); 2 Mar 2010 15:04:55 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 02 Mar 2010 15:04:50 +0000 Received: (qmail 19450 invoked from network); 2 Mar 2010 15:04:48 -0000 Received: from unknown (HELO caradoc.them.org) (dan@127.0.0.2) by mail.codesourcery.com with ESMTPA; 2 Mar 2010 15:04:48 -0000 Date: Tue, 02 Mar 2010 15:04:00 -0000 From: Daniel Jacobowitz To: "H.J. Lu" Cc: GDB , Eli Zaretskii Subject: Re: PATCH: Support x86 pseudo registers Message-ID: <20100302150446.GB20342@caradoc.them.org> Mail-Followup-To: "H.J. Lu" , GDB , Eli Zaretskii References: <20100301170152.GA20106@intel.com> <20100302135502.GB16596@caradoc.them.org> <6dc9ffc81003020608s10b76867kc04404a57df45df1@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6dc9ffc81003020608s10b76867kc04404a57df45df1@mail.gmail.com> User-Agent: Mutt/1.5.20 (2009-06-14) 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: 2010-03/txt/msg00049.txt.bz2 On Tue, Mar 02, 2010 at 06:08:37AM -0800, H.J. Lu wrote: > On Tue, Mar 2, 2010 at 5:55 AM, Daniel Jacobowitz wrote: > > On Mon, Mar 01, 2010 at 09:01:52AM -0800, H.J. Lu wrote: > >> Hi, > >> > >> This patch supports 8bit, 16bit and 32bit x86 pseudo registers. OK > >> to install? > > > > IMO, this is useful enough for a NEWS entry. > > > > Like this? > > diff --git a/gdb/NEWS b/gdb/NEWS > index 6cec32a..b29fa6c 100644 > --- a/gdb/NEWS > +++ b/gdb/NEWS > @@ -3,6 +3,10 @@ > > *** Changes since GDB 7.1 > > +* X86 pseudo registers > + > + GDB now supports 8bit, 16bit and 32bit x86 pseudo registers. > + > * Python scripting > > The GDB Python API now has access to symbols, symbol tables, and > That won't mean anything to users; they don't know what a pseudo register is. Does the architecture have a standard name for these things? Partial registers or something like that? -- Daniel Jacobowitz CodeSourcery