attach

Format: attach pid [ pr=num ]

This command is for attaching to a process running on an RTOS. This command can also be used for native UNIX debugging (via unixserv). Note that unless you are root, you can only debug your own native processes.

pid is the operating system's process number of the process you attach to. If you specify the optional pr=num, then the process is placed in the debugger's internal process slot number num. If no process slot is specified, the process is placed in the first empty slot.

The detach command detaches from a process. See detach.


Previous

Next



Copyright © 1999, Green Hills Software. All rights reserved.