3 <title>Debugging with GDB
</title>
4 <meta http-equiv=
"Content-Type" content=
"text/html">
5 <meta name=
"description" content=
"Debugging with GDB">
6 <meta name=
"generator" content=
"makeinfo 4.3">
7 <link href=
"http://www.gnu.org/software/texinfo/" rel=
"generator-home">
12 Node:
<a name=
"Calling">Calling
</a>,
13 Next:
<a rel=
"next" accesskey=
"n" href=
"Patching.html#Patching">Patching
</a>,
14 Previous:
<a rel=
"previous" accesskey=
"p" href=
"Returning.html#Returning">Returning
</a>,
15 Up:
<a rel=
"up" accesskey=
"u" href=
"Altering.html#Altering">Altering
</a>
19 <h3 class=
"section">Calling program functions
</h3>
22 <dt><code>call
</code><var>expr
</var><code></code>
23 <dd>Evaluate the expression
<var>expr
</var> without displaying
<code>void
</code>
27 <p>You can use this variant of the
<code>print
</code> command if you want to
28 execute a function from your program, but without cluttering the output
29 with
<code>void
</code> returned values. If the result is not void, it
30 is printed and saved in the value history.