* python.texi (Xmethods In Python): Fix name of method to call the xmethod.

gdb/doc/ChangeLog:

	* python.texi (Xmethods In Python): Fix name of method to call the
	xmethod.
This commit is contained in:
Doug Evans 2015-04-24 11:16:12 -07:00
parent de13ef81f0
commit 897c3d327e
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2015-04-24 Doug Evans <dje@google.com>
* python.texi (Xmethods In Python): Fix name of method to call the
xmethod.
2015-04-17 Gary Benson <gbenson@redhat.com>
* gdb.texinfo (Connecting to a Remote Target): Mention that

View File

@ -2360,7 +2360,7 @@ xmethod worker is found to be equivalent to the winning C@t{++}
method, then the xmethod worker is treated as a replacement for
the C@t{++} method. @value{GDBN} uses the overall winner to invoke the
method. If the winning xmethod worker is the overall winner, then
the corresponding xmethod is invoked via the @code{invoke} method
the corresponding xmethod is invoked via the @code{__call__} method
of the worker object.
If one wants to implement an xmethod as a replacement for an