projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a43fe0
)
gdb/doc: fix @code{GDBN} -> @value{GDBN}
author
Simon Marchi
<simon.marchi@polymtl.ca>
Mon, 9 Jan 2023 19:11:29 +0000
(14:11 -0500)
committer
Simon Marchi
<simon.marchi@polymtl.ca>
Mon, 9 Jan 2023 19:11:29 +0000
(14:11 -0500)
Change-Id: I928d6f8d6e6bc41d8c7ddbfae8f6ae0614f4993e
gdb/doc/python.texi
patch
|
blob
|
history
diff --git
a/gdb/doc/python.texi
b/gdb/doc/python.texi
index 12d20807b73c9246c3a1c4684e54429f2e0015f0..ad929ee149307d67a3bddd1e515e3ee014d2924c 100644
(file)
--- 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 @
cod
e{GDBN}, invoking the method @code{geta} or using
+and workers into @
valu
e{GDBN}, invoking the method @code{geta} or using
the operator @code{+} on @code{obj} will invoke the xmethods
defined above: