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=
"save-tracepoints">save-tracepoints
</a>,
13 Previous:
<a rel=
"previous" accesskey=
"p" href=
"tdump.html#tdump">tdump
</a>,
14 Up:
<a rel=
"up" accesskey=
"u" href=
"Analyze-Collected-Data.html#Analyze%20Collected%20Data">Analyze Collected Data
</a>
18 <h4 class=
"subsection"><code>save-tracepoints
</code><var>filename
</var><code></code></h4>
20 <p>This command saves all current tracepoint definitions together with
21 their actions and passcounts, into a file
<code></code><var>filename
</var><code></code>
22 suitable for use in a later debugging session. To read the saved
23 tracepoint definitions, use the
<code>source
</code> command (see
<a href=
"Command-Files.html#Command%20Files">Command Files
</a>).