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=
"Enable%20and%20Disable%20Tracepoints">Enable and Disable Tracepoints
</a>,
13 Next:
<a rel=
"next" accesskey=
"n" href=
"Tracepoint-Passcounts.html#Tracepoint%20Passcounts">Tracepoint Passcounts
</a>,
14 Previous:
<a rel=
"previous" accesskey=
"p" href=
"Create-and-Delete-Tracepoints.html#Create%20and%20Delete%20Tracepoints">Create and Delete Tracepoints
</a>,
15 Up:
<a rel=
"up" accesskey=
"u" href=
"Set-Tracepoints.html#Set%20Tracepoints">Set Tracepoints
</a>
19 <h4 class=
"subsection">Enable and Disable Tracepoints
</h4>
22 <dt><code>disable tracepoint
</code>[
<code></code><var>num
</var><code></code>]
<code></code>
23 <dd>Disable tracepoint
<var>num
</var>, or all tracepoints if no argument
24 <var>num
</var> is given. A disabled tracepoint will have no effect during
25 the next trace experiment, but it is not forgotten. You can re-enable
26 a disabled tracepoint using the
<code>enable tracepoint
</code> command.
28 <br><dt><code>enable tracepoint
</code>[
<code></code><var>num
</var><code></code>]
<code></code>
29 <dd>Enable tracepoint
<var>num
</var>, or all tracepoints. The enabled
30 tracepoints will become effective the next time a trace experiment is