This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [rfc/rfa] [3/4] SPU enhancements: gdbserver support


> Date: Sun, 3 Jun 2007 15:28:18 +0200 (CEST)
> From: "Ulrich Weigand" <uweigand@de.ibm.com>
> 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]