aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@polymtl.ca>2023-01-09 14:11:29 -0500
committerSimon Marchi <simon.marchi@polymtl.ca>2023-01-09 14:11:29 -0500
commit000f9cbef95caeacdd5a02a9ca9eae7928e1e63e (patch)
tree1c62c44081e2c1610ea654a201247e984e40f1d0 /gdb/doc
parent7a43fe0185f5e7672461da54ab78050abb72b194 (diff)
downloadfsf-binutils-gdb-000f9cbef95caeacdd5a02a9ca9eae7928e1e63e.zip
fsf-binutils-gdb-000f9cbef95caeacdd5a02a9ca9eae7928e1e63e.tar.gz
fsf-binutils-gdb-000f9cbef95caeacdd5a02a9ca9eae7928e1e63e.tar.bz2
gdb/doc: fix @code{GDBN} -> @value{GDBN}
Change-Id: I928d6f8d6e6bc41d8c7ddbfae8f6ae0614f4993e
Diffstat (limited to 'gdb/doc')
-rw-r--r--gdb/doc/python.texi2
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: