From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30215 invoked by alias); 13 Jan 2009 19:08:15 -0000 Received: (qmail 30205 invoked by uid 22791); 13 Jan 2009 19:08:15 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_37,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 13 Jan 2009 19:07:39 +0000 Received: (qmail 2697 invoked from network); 13 Jan 2009 19:07:37 -0000 Received: from unknown (HELO orlando.local) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 13 Jan 2009 19:07:37 -0000 From: Pedro Alves To: gdb-patches@sourceware.org, Eli Zaretskii Subject: Re: [2/2] Inspect extra signal information Date: Tue, 13 Jan 2009 19:08:00 -0000 User-Agent: KMail/1.9.10 References: <200901121846.51709.pedro@codesourcery.com> <200901131231.59701.pedro@codesourcery.com> In-Reply-To: MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_PaObJoKSWNslrpr" Message-Id: <200901131907.59664.pedro@codesourcery.com> 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: 2009-01/txt/msg00292.txt.bz2 --Boundary-00=_PaObJoKSWNslrpr Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Content-length: 265 On Tuesday 13 January 2009 18:54:24, Eli Zaretskii wrote: > @var{spu} is incorrect, since "spu" is a literal string, it does not > stand for something else. Please remove those extra @var if you have > a moment to spare. I checked in the below. -- Pedro Alves --Boundary-00=_PaObJoKSWNslrpr Content-Type: text/x-diff; charset="iso 8859-15"; name="spu.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="spu.diff" Content-length: 1231 Index: ChangeLog =================================================================== RCS file: /cvs/src/src/gdb/doc/ChangeLog,v retrieving revision 1.847 diff -u -p -r1.847 ChangeLog --- ChangeLog 7 Jan 2009 21:42:50 -0000 1.847 +++ ChangeLog 13 Jan 2009 19:04:46 -0000 @@ -1,3 +1,8 @@ +2009-01-13 Pedro Alves + + * gdb.texinfo (General Query Packets): Remove @var{} around the + "spu" literal string. + 2009-01-07 Pedro Alves * gdb.texinfo (Error in Breakpoints): Delete mention of "The same Index: gdb.texinfo =================================================================== RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v retrieving revision 1.543 diff -u -p -r1.543 gdb.texinfo --- gdb.texinfo 7 Jan 2009 21:42:50 -0000 1.543 +++ gdb.texinfo 13 Jan 2009 19:04:52 -0000 @@ -26795,7 +26795,7 @@ Here are the specific requests of this f formats, listed below. @table @samp -@item qXfer:@var{spu}:write:@var{annex}:@var{offset}:@var{data}@dots{} +@item qXfer:spu:write:@var{annex}:@var{offset}:@var{data}@dots{} @anchor{qXfer spu write} Write @var{data} to an @code{spufs} file on the target system. The annex specifies which file to write; it must be of the form --Boundary-00=_PaObJoKSWNslrpr--