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] [2/4] SPU enhancements: main part


> Date: Sat, 2 Jun 2007 21:32:00 +0200 (CEST)
> From: "Ulrich Weigand" <uweigand@de.ibm.com>
> Cc: eliz@gnu.org
> 
> Eli, are the doc changes OK?

Yes, but please fix the following gotcha:

> +@table @code
> +@item info spu event
> +@kindex info spu event
> +Display SPU event facility status.  Shows current event mask
> +and pending event status.
> +
> +@item info spu signal
> +@kindex info spu signal
> +Display SPU signal notification facility status.  Shows pending
> +signal-control word and signal notification mode of both signal
> +notification channels.
> +
> +@item info spu mailbox
> +@kindex info spu mailbox
> +Display SPU mailbox facility status.  Shows all pending entries,
> +in order of processing, in each of the SPU Write Outbound,
> +SPU Write Outbound Interrupt, and SPU Read Inbound mailboxes.
> +
> +@item info spu dma
> +@kindex info spu dma
> +Display MFC DMA status.  Shows all pending commands in the MFC
> +DMA queue.  For each entry, opcode, tag, class IDs, effective
> +and local store addresses and transfer size are shown.
> +
> +@item info spu proxydma
> +@kindex info spu proxydma

It is not useful to have so many index entries that all begin with
"info spu" and all point to almost the same place (probably the same
page in the printed manual).  It is better to have just one index
entry "info spu".


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