Initial bulk commit for "Git on MSys"
[msysgit/historical-msysgit.git] / mingw / info / gdb / Server-Prefix.html
blob63bf0e0cc3a1bf9255dafc60972eb26728d7b00d
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="Server%20Prefix">Server Prefix</a>,
13 Next:<a rel="next" accesskey="n" href="Value-Annotations.html#Value%20Annotations">Value Annotations</a>,
14 Previous:<a rel="previous" accesskey="p" href="Annotations-Overview.html#Annotations%20Overview">Annotations Overview</a>,
15 Up:<a rel="up" accesskey="u" href="Annotations.html#Annotations">Annotations</a>
16 <hr><br>
17 </div>
19 <h3 class="section">The Server Prefix</h3>
21 <p>To issue a command to GDB without affecting certain aspects of
22 the state which is seen by users, prefix it with <code>server </code>. This
23 means that this command will not affect the command history, nor will it
24 affect GDB's notion of which command to repeat if &lt;RET&gt; is
25 pressed on a line by itself.
27 <p>The server prefix does not affect the recording of values into the value
28 history; to print a value without recording it into the value history,
29 use the <code>output</code> command instead of the <code>print</code> command.
31 </body></html>