diff options
author | Andreas Krebbel <krebbel@linux.vnet.ibm.com> | 2018-10-08 09:48:04 +0200 |
---|---|---|
committer | Andreas Krebbel <krebbel@linux.ibm.com> | 2018-10-08 09:49:48 +0200 |
commit | 9e1698c6186a3239479058d2abe195a384d5ee6e (patch) | |
tree | 4959e7c98a6c9ada88c27717afc0a38e3ccfccad /gdb | |
parent | de3e5eca9908ef76b53a091c356be4855dcfd1e1 (diff) | |
download | gdb-9e1698c6186a3239479058d2abe195a384d5ee6e.zip gdb-9e1698c6186a3239479058d2abe195a384d5ee6e.tar.gz gdb-9e1698c6186a3239479058d2abe195a384d5ee6e.tar.bz2 |
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".
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/doc/python.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/doc/python.texi b/gdb/doc/python.texi index dc53cfa..2320be6 100644 --- a/gdb/doc/python.texi +++ b/gdb/doc/python.texi @@ -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) |