Python doc build fixes
authorAndreas Krebbel <krebbel@linux.vnet.ibm.com>
Mon, 8 Oct 2018 07:48:04 +0000 (09:48 +0200)
committerAndreas Krebbel <krebbel@linux.ibm.com>
Mon, 8 Oct 2018 07:49:48 +0000 (09:49 +0200)
gdb/doc/ChangeLog:

2018-10-08  Andreas Krebbel  <krebbel@linux.ibm.com>

* python.texi (Inferior.Architecture): Add "@end defun". Rename
ref target to "Unwinding Frames in Python".

gdb/doc/python.texi

index dc53cfad7c220f274318486b16cf02782a387ed5..2320be63dd3eb46c8cff3a0badce1951f4ac8cae 100644 (file)
@@ -2865,7 +2865,8 @@ 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{Frames in Python}).
+particular frame (@pxref{Unwinding Frames in Python}).
+@end defun
 
 @findex Inferior.read_memory
 @defun Inferior.read_memory (address, length)
This page took 0.027748 seconds and 4 git commands to generate.