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: [2/2] Inspect extra signal information


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
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  <pedro@codesourcery.com>
+
+	* gdb.texinfo (General Query Packets): Remove @var{} around the
+	"spu" literal string.
+
 2009-01-07  Pedro Alves  <pedro@codesourcery.com>
 
 	* 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

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