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=
"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>
18 <h5 class=
"subsubsection">Running tasks
</h5>
20 <p>You can also attach to an existing task using the
<code>attach
</code> command as
23 <pre class=
"example"> (vxgdb) attach
<var>task
</var>
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.