diff options
author | Tom Tromey <tom@tromey.com> | 2018-10-09 13:57:10 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2018-10-09 13:59:37 -0600 |
commit | 163cffefafb1d427ab46603d98bbfc45e813c9a0 (patch) | |
tree | 0503319bb77577ccc98fec578f9f64f055a6a7df /gdb/doc | |
parent | eff98030f90d3dab4c7d133ab0b0cb02d1921543 (diff) | |
download | gdb-163cffefafb1d427ab46603d98bbfc45e813c9a0.zip gdb-163cffefafb1d427ab46603d98bbfc45e813c9a0.tar.gz gdb-163cffefafb1d427ab46603d98bbfc45e813c9a0.tar.bz2 |
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 <tom@tromey.com>
* python.texi (Inferiors In Python): Link to "Frames In Python",
not "Unwinding Frames in Python".
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/python.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index c677983..0cab170 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,5 +1,10 @@ 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 documentation. diff --git a/gdb/doc/python.texi b/gdb/doc/python.texi index 2320be6..ff5fece 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 |