public inbox for archer-commits@sourceware.org
help / color / mirror / Atom feed
From: ppluzhnikov@sourceware.org
To: archer-commits@sourceware.org
Subject: [SCM]  archer-tromey-python: Fix GDBN references.
Date: Tue, 16 Dec 2008 01:28:00 -0000	[thread overview]
Message-ID: <20081216012759.13499.qmail@sourceware.org> (raw)

The branch, archer-tromey-python has been updated
       via  d11d7e292f2ac005a0c57c4c5fe2e32a0d530a6b (commit)
      from  97fa521ff44d7226b5802ac29af2bb1ebacbed3a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email.

- Log -----------------------------------------------------------------
commit d11d7e292f2ac005a0c57c4c5fe2e32a0d530a6b
Author: Paul Pluzhnikov <ppluzhnikov@google.com>
Date:   Mon Dec 15 17:26:19 2008 -0800

    Fix GDBN references.

-----------------------------------------------------------------------

Summary of changes:
 gdb/doc/ChangeLog   |    4 ++++
 gdb/doc/gdb.texinfo |   16 ++++++++--------
 2 files changed, 12 insertions(+), 8 deletions(-)

First 500 lines of diff:
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index bac5d78..76546e1 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,7 @@
+2008-12-15  Paul Pluzhnikov  <ppluzhnikov@google.com>
+
+	* gdb.texinfo: Fix GDBN references.
+	
 2008-12-15  Tom Tromey  <tromey@redhat.com>
 
 	* gdb.texinfo (Auto-loading): Document debug-file-directory
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 1ada58b..8d9009c 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -18076,7 +18076,7 @@ It must be a boolean value.  If omitted, it defaults to @code{False}.
 
 @findex gdb.current_objfile
 @defun current_objfile
-When auto-loading a Python script (@pxref{Auto-loading}), @var{GDBN}
+When auto-loading a Python script (@pxref{Auto-loading}), @value{GDBN}
 sets the ``current objfile'' to the corresponding objfile.  This
 function returns the current objfile.  If there is no current objfile,
 this function returns @code{None}.
@@ -18090,7 +18090,7 @@ Return a sequence holding all of @value{GDBN}'s breakpoints.
 
 @findex gdb.objfiles
 @defun objfiles
-Return a sequence of all the objfiles current known to @var{GDBN}.
+Return a sequence of all the objfiles current known to @value{GDBN}.
 @xref{Objfiles in Python}.
 @end defun
 
@@ -18205,7 +18205,7 @@ Also, if a separate debug file is used, @value{GDBN} will look for the
 @samp{-gdb.py} file both in the directory associated with the
 application and the directory associated with the separate debug file.
 
-When reading a @samp{-gdb.py} file, @var{GDBN} sets the ``current
+When reading a @samp{-gdb.py} file, @value{GDBN} sets the ``current
 objfile''.  This is available via the @code{gdb.current_objfile}
 function.  This can be useful for registering objfile-specific
 pretty-printers.
@@ -18574,7 +18574,7 @@ A decimal floating point type.
 @findex TYPE_CODE_INTERNAL_FUNCTION
 @findex gdb.TYPE_CODE_INTERNAL_FUNCTION
 @item TYPE_CODE_INTERNAL_FUNCTION
-A function internal to @var{GDBN}.  This is the type used to represent
+A function internal to @value{GDBN}.  This is the type used to represent
 convenience functions.
 @end table
 
@@ -18665,8 +18665,8 @@ canonical type by following typedefs, following a reference type to
 its referenced type, and removing qualifiers, such as @code{const} or
 @code{volatile}.
 
-Then, @var{GDBN} tests each regular expression against this type name.
-@var{GDBN} first checks the @code{pretty_printers} attribute of each
+Then, @value{GDBN} tests each regular expression against this type name.
+@value{GDBN} first checks the @code{pretty_printers} attribute of each
 @code{gdb.Objfile}; after these have been exhausted it tries the
 global @code{gdb.pretty_printers}.
 
@@ -19131,10 +19131,10 @@ to a @code{gdb.Value} following the usual rules.
 @cindex python objfiles
 @tindex gdb.Objfile
 @tindex Objfile
-@var{GDBN} loads symbols for an inferior from various
+@value{GDBN} loads symbols for an inferior from various
 symbol-containing files.  These include the primary executable file,
 any shared libraries used by the inferior, and any separate debug info
-files.  @var{GDBN} calls these symbol-containing files
+files.  @value{GDBN} calls these symbol-containing files
 @dfn{objfiles}.
 
 Each objfile is represented by an instance of the @code{gdb.Objfile}


hooks/post-receive
--
Repository for Project Archer.


                 reply	other threads:[~2008-12-16  1:28 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20081216012759.13499.qmail@sourceware.org \
    --to=ppluzhnikov@sourceware.org \
    --cc=archer-commits@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).