from gdb.texinfo on 11 July 1994 --> Debugging with GDB - VxWorks Attach

Go to the previous, next section.

Running tasks

You can also attach to an existing task using the attach command as follows:

(vxgdb) attach task

where task is the VxWorks hexadecimal task ID. The task can be running or suspended when you attach to it. Running tasks are suspended at the time of attachment.

Go to the previous, next section.