diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index dbaf30e..cbfaddd 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -23258,7 +23258,9 @@ Access to symbol table data maintained by @value{GDBN} on the inferior is exposed to Python via two objects: @code{gdb.Symtab_and_line} and @code{gdb.Symtab}. Symbol table and line data for a frame is returned from the @code{find_sal} method in @code{gdb.Frame} object. -@xref{Frames In Python}. +@xref{Frames In Python}. Symbol table and line data for an arbitrary +linespec is returned from the @code{decode_line} function. +@xref{Basic Python}. For more information on @value{GDBN}'s symbol table management, see @ref{Symbols, ,Examining the Symbol Table}, for more information.