diff options
-rw-r--r-- | gdb/doc/python.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/doc/python.texi b/gdb/doc/python.texi index 12d2080..ad929ee 100644 --- a/gdb/doc/python.texi +++ b/gdb/doc/python.texi @@ -3187,7 +3187,7 @@ MyClass obj(5); @noindent then, after loading the Python script defining the xmethod matchers -and workers into @code{GDBN}, invoking the method @code{geta} or using +and workers into @value{GDBN}, invoking the method @code{geta} or using the operator @code{+} on @code{obj} will invoke the xmethods defined above: |