From: Tom Tromey Date: Tue, 9 Oct 2018 19:57:10 +0000 (-0600) Subject: Make @pxref for Inferior.architecture point to gdb.Frame documentation X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=163cffefafb1d427ab46603d98bbfc45e813c9a0;p=binutils-gdb.git Make @pxref for Inferior.architecture point to gdb.Frame documentation 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 * python.texi (Inferiors In Python): Link to "Frames In Python", not "Unwinding Frames in Python". --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index c67798399f2..0cab1704567 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2018-10-09 Tom Tromey + + * python.texi (Inferiors In Python): Link to "Frames In Python", + not "Unwinding Frames in Python". + 2018-10-09 Tom Tromey * gdb.texinfo (Configure Options): Update --enable-ubsan diff --git a/gdb/doc/python.texi b/gdb/doc/python.texi index 2320be63dd3..ff5fecea1b5 100644 --- a/gdb/doc/python.texi +++ b/gdb/doc/python.texi @@ -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