Make @pxref for Inferior.architecture point to gdb.Frame documentation
authorTom Tromey <tom@tromey.com>
Tue, 9 Oct 2018 19:57:10 +0000 (13:57 -0600)
committerTom Tromey <tom@tromey.com>
Tue, 9 Oct 2018 19:59:37 +0000 (13:59 -0600)
This fixes he @pxref in Inferior.architecture to point to the "Frames
In Python" node, as originally intended; somewhat reverting an earlier
build fix.  The initial patch had typod the "In".

Tested by "make info".

gdb/doc/ChangeLog
2018-10-09  Tom Tromey  <tom@tromey.com>

* python.texi (Inferiors In Python): Link to "Frames In Python",
not "Unwinding Frames in Python".

gdb/doc/ChangeLog
gdb/doc/python.texi

index c67798399f2e66dd54986b41873d2c2329643b3b..0cab1704567a8118f0a2f39159b4830b3d2a5706 100644 (file)
@@ -1,3 +1,8 @@
+2018-10-09  Tom Tromey  <tom@tromey.com>
+
+       * python.texi (Inferiors In Python): Link to "Frames In Python",
+       not "Unwinding Frames in Python".
+
 2018-10-09  Tom Tromey  <tom@tromey.com>
 
        * gdb.texinfo (Configure Options): Update --enable-ubsan
index 2320be63dd3eb46c8cff3a0badce1951f4ac8cae..ff5fecea1b57ed61aa3d2e70a1490f8ff98397b3 100644 (file)
@@ -2865,7 +2865,7 @@ Return the @code{gdb.Architecture} (@pxref{Architectures In Python})
 for this inferior.  This represents the architecture of the inferior
 as a whole.  Some platforms can have multiple architectures in a
 single address space, so this may not match the architecture of a
-particular frame (@pxref{Unwinding Frames in Python}).
+particular frame (@pxref{Frames In Python}).
 @end defun
 
 @findex Inferior.read_memory
This page took 0.031756 seconds and 4 git commands to generate.