From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4419 invoked by alias); 3 Jun 2007 16:44:22 -0000 Received: (qmail 4389 invoked by uid 22791); 3 Jun 2007 16:44:21 -0000 X-Spam-Check-By: sourceware.org Received: from fencepost.gnu.org (HELO fencepost.gnu.org) (199.232.76.164) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 03 Jun 2007 16:44:19 +0000 Received: from eliz by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1HutBM-0007Wx-1X; Sun, 03 Jun 2007 12:43:56 -0400 From: Eli Zaretskii To: "Ulrich Weigand" CC: gdb-patches@sourceware.org, drow@false.org In-reply-to: <200706031328.l53DSIYF001704@d12av02.megacenter.de.ibm.com> (uweigand@de.ibm.com) Subject: Re: [rfc/rfa] [3/4] SPU enhancements: gdbserver support Reply-to: Eli Zaretskii References: <200706031328.l53DSIYF001704@d12av02.megacenter.de.ibm.com> Message-Id: Date: Sun, 03 Jun 2007 16:44:00 -0000 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: 2007-06/txt/msg00028.txt.bz2 > Date: Sun, 3 Jun 2007 15:28:18 +0200 (CEST) > From: "Ulrich Weigand" > Cc: gdb-patches@sourceware.org, drow@false.org > > > > +Write @var{length} bytes of uninterpreted data into the target's > > > +special data area identified by the keyword @var{object}, starting > > > > What do you mean by ``keyword''? Isn't @var{object} a _name_ of an > > object or its symbol? > > This is just copied from the pre-existing text (also present in the > qXfer::read section). In any case, I think "keyword" is right here, > as you can only use one of the defined strings ("auxv", "memory-map", > "spu", ...) as "object". Then please say something like this: (@var{object} can be @samp{auxv}, @samp{memory-map}, @samp{spu}...) > Is the following version OK? Yes, but please add the above. Thanks.