Work around MinGW mangling of "host:/path"
[msysgit/historical-msysgit.git] / mingw / info / gdb / Calling.html
blob0453b6f8323c5896edd5136867105b32fa2b1289
1 <html lang="en">
2 <head>
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">
8 </head>
9 <body>
10 <div class="node">
11 <p>
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>
16 <hr><br>
17 </div>
19 <h3 class="section">Calling program functions</h3>
21 <dl>
22 <dt><code>call </code><var>expr</var><code></code>
23 <dd>Evaluate the expression <var>expr</var> without displaying <code>void</code>
24 returned values.
25 </dl>
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.
32 </body></html>