Fix wrong method name
authorHannes Domani <ssbssa@yahoo.de>
Tue, 29 Dec 2020 16:18:22 +0000 (17:18 +0100)
committerHannes Domani <ssbssa@yahoo.de>
Tue, 29 Dec 2020 17:35:50 +0000 (18:35 +0100)
The objects returned by FrameDecorator.frame_args need to implement a
method named symbol, not argument.

gdb/doc/ChangeLog:

2020-12-29  Hannes Domani  <ssbssa@yahoo.de>

* python.texi (Frame Decorator API): Fix method name.

gdb/doc/ChangeLog
gdb/doc/python.texi

index 1d88c926346ca3d8f5f4c3769bff486e9944f958..022005952ce476e9df9c0b52253a4c17c56b29f5 100644 (file)
@@ -1,3 +1,7 @@
+2020-12-29  Hannes Domani  <ssbssa@yahoo.de>
+
+       * python.texi (Frame Decorator API): Fix method name.
+
 2020-12-23  Alex BennĂ©e  <alex.bennee@linaro.org>
 
        * gdb.texinfo (Packets): Clarify language for ? packet.
index 11cc877125da3d1cc495d8c92a7c47d11070c5a1..51f6d1aa0550d336945fa358edd1116e81094f76 100644 (file)
@@ -2045,7 +2045,7 @@ empty iterable, or @code{None} means frame arguments will not be
 printed for this frame.  This iterable must contain objects that
 implement two methods, described here.
 
-This object must implement a @code{argument} method which takes a
+This object must implement a @code{symbol} method which takes a
 single @code{self} parameter and must return a @code{gdb.Symbol}
 (@pxref{Symbols In Python}), or a Python string.  The object must also
 implement a @code{value} method which takes a single @code{self}