Regenerate.
[deliverable/binutils-gdb.git] / gdb / doc / gdb.texinfo
index 6bc77631dbdceaf0aea47595c3ac61cbd67d7455..c2c77454a1c790bab57f1b618a6c87d249067785 100644 (file)
@@ -24715,6 +24715,13 @@ registration of the function with @value{GDBN}.  Depending on how the
 Python code is read into @value{GDBN}, you may need to import the
 @code{gdb} module explicitly.
 
+Now you can use the function in an expression:
+
+@smallexample
+(gdb) print $greet("Bob")
+$1 = "Hello, Bob!"
+@end smallexample
+
 @node Progspaces In Python
 @subsubsection Program Spaces In Python
 
@@ -36129,7 +36136,7 @@ Here are the currently defined query and set packets:
 @table @samp
 
 @item QAgent:1
-@item QAgent:0
+@itemx QAgent:0
 Turn on or off the agent as a helper to perform some debugging operations
 delegated from @value{GDBN} (@pxref{Control Agent}).
 
This page took 0.051843 seconds and 4 git commands to generate.