Initial bulk commit for "Git on MSys"
[msysgit/historical-msysgit.git] / mingw / info / gdb / save-tracepoints.html
bloba1640235dfefe7dc09fff7aea5ce22a9a50735b9
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="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>
15 <hr><br>
16 </div>
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>).
25 </body></html>