threadstatus (tool command)

Displays the status of a target system thread

Syntax

threadstatus thread

Description

threadstatus sends a message asking for the status of the specified thread running on the target system by using the dbgif tool and displays the result of the command on stdout.

Before executing this command, ensure that the dbgif program is running and the METHOD environment variable has been set to indicate if this is a request for the R4300 CPU or the coprocessor. The value zero represents the CPU and the number one represents the RCP. In csh, this is accomplished by specifying:

setenv METHOD 0

See Also

dbgif, listthreads

Note

In the event of a communications failure, the program dumps core, which must be removed manually.

Revision History

1999/04/30 Changed Format