Initial bulk commit for "Git on MSys"
[msysgit/historical-msysgit.git] / mingw / info / gdb / VxWorks-Attach.html
blob2a678aa7ba1946ee1299c08232cab0dc829e38f8
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="VxWorks%20Attach">VxWorks Attach</a>,
13 Previous:<a rel="previous" accesskey="p" href="VxWorks-Download.html#VxWorks%20Download">VxWorks Download</a>,
14 Up:<a rel="up" accesskey="u" href="VxWorks.html#VxWorks">VxWorks</a>
15 <hr><br>
16 </div>
18 <h5 class="subsubsection">Running tasks</h5>
20 <p>You can also attach to an existing task using the <code>attach</code> command as
21 follows:
23 <pre class="example"> (vxgdb) attach <var>task</var>
24 </pre>
26 <p>where <var>task</var> is the VxWorks hexadecimal task ID. The task can be running
27 or suspended when you attach to it. Running tasks are suspended at
28 the time of attachment.
30 </body></html>