From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5151 invoked by alias); 3 Jun 2005 07:14:11 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 5125 invoked by uid 22791); 3 Jun 2005 07:14:03 -0000 Received: from romy.inter.net.il (HELO romy.inter.net.il) (192.114.186.66) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Fri, 03 Jun 2005 07:14:03 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-199-206.inter.net.il [80.230.199.206]) by romy.inter.net.il (MOS 3.5.8-GR) with ESMTP id BKU47325 (AUTH halo1); Fri, 3 Jun 2005 10:13:59 +0300 (IDT) Date: Fri, 03 Jun 2005 07:14:00 -0000 Message-Id: From: Eli Zaretskii To: gdb-patches@sourceware.org Subject: [COMMIT] Add indexing for standard registers, fix GDB name Reply-to: Eli Zaretskii X-SW-Source: 2005-06/txt/msg00025.txt.bz2 FYI, I've just committed the following patch that deals with 2 problems: . The standard registers didn't have index entries. . There was a typo in Annotations Overview node: it used @value{GDB}. 2005-06-03 Eli Zaretskii * gdb.texinfo (Registers): Add index entries for the standard registers. (Frames): Add cross-reference from frame pointer description to the Registers node. (Annotations Overview): Fix the reference to GDB name. Index: gdb.texinfo =================================================================== RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v retrieving revision 1.259 retrieving revision 1.260 diff -u -r1.259 -r1.260 --- gdb.texinfo 1 Jun 2005 20:38:44 -0000 1.259 +++ gdb.texinfo 3 Jun 2005 07:09:17 -0000 1.260 @@ -4149,8 +4149,8 @@ stack frame consists of many bytes, each of which has its own address; each kind of computer has a convention for choosing one byte whose address serves as the address of the frame. Usually this address is kept -in a register called the @dfn{frame pointer register} while execution is -going on in that frame. +in a register called the @dfn{frame pointer register} +(@pxref{Registers, $fp}) while execution is going on in that frame. @cindex frame number @value{GDBN} assigns numbers to all existing stack frames, starting with @@ -6128,6 +6128,11 @@ the machine you are using, with or without the initial @samp{$}. @end table +@cindex stack pointer register +@cindex program counter register +@cindex process status register +@cindex frame pointer register +@cindex standard registers @value{GDBN} has four ``standard'' register names that are available (in expressions) on most machines---whenever they do not conflict with an architecture's canonical mnemonics for registers. The register names @@ -20589,7 +20594,7 @@ @table @code @kindex set annotate @item set annotate @var{level} -The @value{GDB} command @code{set annotate} sets the level of +The @value{GDBN} command @code{set annotate} sets the level of annotations to the specified @var{level}. @item show annotate