Python doc build fixes

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".
This commit is contained in:
Andreas Krebbel 2018-10-08 09:48:04 +02:00 committed by Andreas Krebbel
parent de3e5eca99
commit 9e1698c618
1 changed files with 2 additions and 1 deletions

View 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)