From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1927 invoked by alias); 5 Sep 2006 17:47:18 -0000 Received: (qmail 1912 invoked by uid 22791); 5 Sep 2006 17:47:17 -0000 X-Spam-Check-By: sourceware.org Received: from hq.tensilica.com (HELO mailapp.tensilica.com) (65.205.227.29) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 05 Sep 2006 17:47:15 +0000 Received: from localhost ([127.0.0.1] ident=amavis) by mailapp.tensilica.com with esmtp (Exim 4.34) id 1GKf0z-0002oN-Bt for gdb-patches@sources.redhat.com; Tue, 05 Sep 2006 10:47:13 -0700 Received: from mailapp.tensilica.com ([127.0.0.1]) by localhost (mailapp [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 10745-01 for ; Tue, 5 Sep 2006 10:47:13 -0700 (PDT) Received: from heron.hq.tensilica.com ([192.168.11.123]) by mailapp.tensilica.com with esmtp (Exim 4.34) id 1GKf0z-0002oH-0j for gdb-patches@sources.redhat.com; Tue, 05 Sep 2006 10:47:13 -0700 Received: from [192.168.11.123] (heron.hq.tensilica.com [192.168.11.123]) by heron.hq.tensilica.com (Postfix) with ESMTP id CCF4EACCC0 for ; Tue, 5 Sep 2006 10:47:12 -0700 (PDT) Message-ID: <44FDB820.7070008@tensilica.com> Date: Tue, 05 Sep 2006 17:47:00 -0000 From: Bob Wilson User-Agent: Thunderbird 1.5.0.5 (X11/20060728) MIME-Version: 1.0 To: gdb-patches@sources.redhat.com Subject: fix some spelling errors in gdb documentation Content-Type: multipart/mixed; boundary="------------080409060001070702070806" Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-09/txt/msg00017.txt.bz2 This is a multi-part message in MIME format. --------------080409060001070702070806 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-length: 239 This fixes some spelling errors. Committed as obvious. 2006-09-02 Bob Wilson * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets, Register Packet Format, Tracepoint Packets): Fix spelling errors. --------------080409060001070702070806 Content-Type: text/plain; name="gdb-doc-spelling.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="gdb-doc-spelling.patch" Content-length: 5950 Index: doc/gdb.texinfo =================================================================== RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v retrieving revision 1.349 diff -u -r1.349 gdb.texinfo --- doc/gdb.texinfo 17 Aug 2006 18:47:49 -0000 1.349 +++ doc/gdb.texinfo 5 Sep 2006 17:38:27 -0000 @@ -22987,7 +22987,7 @@ Reply: @table @samp @item @var{XX@dots{}} -Memory contents; each byte is transmitted as a two-digit hexidecimal +Memory contents; each byte is transmitted as a two-digit hexadecimal number. The reply may contain fewer bytes than requested if the server was able to read only part of the region of memory. @item E @var{NN} @@ -22998,7 +22998,7 @@ @cindex @samp{M} packet Write @var{length} bytes of memory starting at address @var{addr}. @var{XX@dots{}} is the data; each byte is transmitted as a two-digit -hexidecimal number. +hexadecimal number. Reply: @table @samp @@ -23029,7 +23029,7 @@ @anchor{write register packet} @cindex @samp{P} packet Write register @var{n@dots{}} with value @var{r@dots{}}. The register -number @var{n} is in hexidecimal, and @var{r@dots{}} contains two hex +number @var{n} is in hexadecimal, and @var{r@dots{}} contains two hex digits for each byte in the register (target byte order). Reply: @@ -23292,13 +23292,13 @@ @table @samp @item S @var{AA} -The program received signal number @var{AA} (a two-digit hexidecimal +The program received signal number @var{AA} (a two-digit hexadecimal number). This is equivalent to a @samp{T} response with no @var{n}:@var{r} pairs. @item T @var{AA} @var{n1}:@var{r1};@var{n2}:@var{r2};@dots{} @cindex @samp{T} packet reply -The program received signal number @var{AA} (a two-digit hexidecimal +The program received signal number @var{AA} (a two-digit hexadecimal number). This is equivalent to an @samp{S} response, except that the @samp{@var{n}:@var{r}} pairs can carry values of important registers and other information directly in the stop reply packet, reducing @@ -23306,7 +23306,7 @@ this way. Each @samp{@var{n}:@var{r}} pair is interpreted as follows: @enumerate @item -If @var{n} is a hexidecimal number, it is a register number, and the +If @var{n} is a hexadecimal number, it is a register number, and the corresponding @var{r} gives that register's value. @var{r} is a series of bytes in target byte order, with each byte given by a two-digit hex number. @@ -23413,7 +23413,7 @@ Reply: @table @samp @item QC @var{pid} -Where @var{pid} is an unsigned hexidecimal process id. +Where @var{pid} is an unsigned hexadecimal process id. @item @r{(anything else)} Any other reply implies the old pid. @end table @@ -23874,21 +23874,21 @@ The following @code{g}/@code{G} packets have previously been defined. In the below, some thirty-two bit registers are transferred as sixty-four bits. Those registers should be zero/sign extended (which?) -to fill the space allocated. Register bytes are transfered in target -byte order. The two nibbles within a register byte are transfered +to fill the space allocated. Register bytes are transferred in target +byte order. The two nibbles within a register byte are transferred most-significant - least-significant. @table @r @item MIPS32 -All registers are transfered as thirty-two bit quantities in the order: +All registers are transferred as thirty-two bit quantities in the order: 32 general-purpose; sr; lo; hi; bad; cause; pc; 32 floating-point registers; fsr; fir; fp. @item MIPS64 -All registers are transfered as sixty-four bit quantities (including +All registers are transferred as sixty-four bit quantities (including thirty-two bit registers such as @code{sr}). The ordering is the same as @code{MIPS32}. @@ -23944,7 +23944,7 @@ @item R @var{mask} Collect the registers whose bits are set in @var{mask}. @var{mask} is -a hexidecimal number whose @var{i}'th bit is set if register number +a hexadecimal number whose @var{i}'th bit is set if register number @var{i} should be collected. (The least significant bit is numbered zero.) Note that @var{mask} may be any number of digits long; it may not fit in a 32-bit word. @@ -23954,7 +23954,7 @@ number @var{basereg}, plus @var{offset}. If @var{basereg} is @samp{-1}, then the range has a fixed address: @var{offset} is the address of the lowest byte to collect. The @var{basereg}, -@var{offset}, and @var{len} parameters are all unsigned hexidecimal +@var{offset}, and @var{len} parameters are all unsigned hexadecimal values (the @samp{-1} value for @var{basereg} is a special case). @item X @var{len},@var{expr} @@ -23997,29 +23997,29 @@ @table @samp @item F @var{f} The selected frame is number @var{n} in the trace frame buffer; -@var{f} is a hexidecimal number. If @var{f} is @samp{-1}, then there +@var{f} is a hexadecimal number. If @var{f} is @samp{-1}, then there was no frame matching the criteria in the request packet. @item T @var{t} The selected trace frame records a hit of tracepoint number @var{t}; -@var{t} is a hexidecimal number. +@var{t} is a hexadecimal number. @end table @item QTFrame:pc:@var{addr} Like @samp{QTFrame:@var{n}}, but select the first tracepoint frame after the currently selected frame whose PC is @var{addr}; -@var{addr} is a hexidecimal number. +@var{addr} is a hexadecimal number. @item QTFrame:tdp:@var{t} Like @samp{QTFrame:@var{n}}, but select the first tracepoint frame after the currently selected frame that is a hit of tracepoint @var{t}; @var{t} -is a hexidecimal number. +is a hexadecimal number. @item QTFrame:range:@var{start}:@var{end} Like @samp{QTFrame:@var{n}}, but select the first tracepoint frame after the currently selected frame whose PC is between @var{start} (inclusive) -and @var{end} (exclusive); @var{start} and @var{end} are hexidecimal +and @var{end} (exclusive); @var{start} and @var{end} are hexadecimal numbers. @item QTFrame:outside:@var{start}:@var{end} --------------080409060001070702070806--