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=
"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>
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
<RET
> 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.