From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8547 invoked by alias); 3 Jun 2007 13:29:38 -0000 Received: (qmail 8538 invoked by uid 22791); 3 Jun 2007 13:29:37 -0000 X-Spam-Check-By: sourceware.org Received: from mtagate1.de.ibm.com (HELO mtagate1.de.ibm.com) (195.212.29.150) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 03 Jun 2007 13:29:35 +0000 Received: from d12nrmr1607.megacenter.de.ibm.com (d12nrmr1607.megacenter.de.ibm.com [9.149.167.49]) by mtagate1.de.ibm.com (8.13.8/8.13.8) with ESMTP id l53DTXCv188776 for ; Sun, 3 Jun 2007 13:29:33 GMT Received: from d12av02.megacenter.de.ibm.com (d12av02.megacenter.de.ibm.com [9.149.165.228]) by d12nrmr1607.megacenter.de.ibm.com (8.13.8/8.13.8/NCO v8.3) with ESMTP id l53DTWUh4165774 for ; Sun, 3 Jun 2007 15:29:32 +0200 Received: from d12av02.megacenter.de.ibm.com (loopback [127.0.0.1]) by d12av02.megacenter.de.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id l53DTWaE001988 for ; Sun, 3 Jun 2007 15:29:32 +0200 Received: from tuxmaker.boeblingen.de.ibm.com (tuxmaker.boeblingen.de.ibm.com [9.152.85.9]) by d12av02.megacenter.de.ibm.com (8.12.11.20060308/8.12.11) with SMTP id l53DTWKH001985; Sun, 3 Jun 2007 15:29:32 +0200 Message-Id: <200706031329.l53DTWKH001985@d12av02.megacenter.de.ibm.com> Received: by tuxmaker.boeblingen.de.ibm.com (sSMTP sendmail emulation); Sun, 3 Jun 2007 15:29:32 +0200 Subject: Re: [rfc/rfa] [4/4] SPU enhancements: GDB/MI extensions To: eliz@gnu.org Date: Sun, 03 Jun 2007 13:29:00 -0000 From: "Ulrich Weigand" Cc: gdb-patches@sourceware.org In-Reply-To: from "Eli Zaretskii" at Jun 02, 2007 11:38:33 PM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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/msg00026.txt.bz2 Eli Zaretskii wrote: > A cross-reference to the section you added about SPU would be useful > here. Similarly for other MI commands that are SPU-specific. Like in the following version? > Btw, I think the addition of SPU support and the change in the qXfer > packet are worth entries in NEWS. OK, I'll add a NEWS entry. Thanks for your review! Bye, Ulrich diff -urNp gdb-orig/gdb/doc/gdb.texinfo gdb-head/gdb/doc/gdb.texinfo --- gdb-orig/gdb/doc/gdb.texinfo 2007-05-31 18:54:31.000000000 +0200 +++ gdb-head/gdb/doc/gdb.texinfo 2007-06-03 15:13:36.877339110 +0200 @@ -21155,6 +21155,90 @@ fullname="/home/nickrob/myprog.c",line=" (gdb) @end smallexample +@subheading The @code{-spu-info-event} Command +@findex -spu-info-event + +@subheading Synopsis + +@smallexample +-spu-info-event +@end smallexample + +Display SPU event facility status. This command is available only +when @value{GDBN} is debugging the Cell Broadband Engine SPU architecture +(@pxref{SPU}). + +@subheading @value{GDBN} Command + +The corresponding @value{GDBN} command is @samp{info spu event}. + +@subheading The @code{-spu-info-signal} Command +@findex -spu-info-signal + +@subheading Synopsis + +@smallexample +-spu-info-signal +@end smallexample + +Display SPU signal notification facility status. This command is available +only when @value{GDBN} is debugging the Cell Broadband Engine SPU architecture +(@pxref{SPU}). + +@subheading @value{GDBN} Command + +The corresponding @value{GDBN} command is @samp{info spu signal}. + +@subheading The @code{-spu-info-mailbox} Command +@findex -spu-info-mailbox + +@subheading Synopsis + +@smallexample +-spu-info-mailbox +@end smallexample + +Display SPU mailbox facility status. This command is available only when +@value{GDBN} is debugging the Cell Broadband Engine SPU architecture +(@pxref{SPU}). + +@subheading @value{GDBN} Command + +The corresponding @value{GDBN} command is @samp{info spu mailbox}. + +@subheading The @code{-spu-info-dma} Command +@findex -spu-info-dma + +@subheading Synopsis + +@smallexample +-spu-info-dma +@end smallexample + +Display MFC DMA status. This command is available only when @value{GDBN} +is debugging the Cell Broadband Engine SPU architecture (@pxref{SPU}). + +@subheading @value{GDBN} Command + +The corresponding @value{GDBN} command is @samp{info spu dma}. + +@subheading The @code{-spu-info-proxydma} Command +@findex -spu-info-proxydma + +@subheading Synopsis + +@smallexample +-spu-info-proxydma +@end smallexample + +Display MFC Proxy-DMA status. This command is available only when +@value{GDBN} is debugging the Cell Broadband Engine SPU architecture +(@pxref{SPU}). + +@subheading @value{GDBN} Command + +The corresponding @value{GDBN} command is @samp{info spu proxydma}. + @node Annotations @chapter @value{GDBN} Annotations -- Dr. Ulrich Weigand GNU Toolchain for Linux on System z and Cell BE Ulrich.Weigand@de.ibm.com