Oracle® Solaris Studio 12.4: Debugging a Program With dbx

Exit Print View

Updated: January 2015
 
 

Viewing the Threads List

To view the threads list, use the threads command. The syntax is:

threads [-all] [-mode [all|filter] [auto|manual]]

To print the list of all known threads:

threads

To print threads normally not printed (zombies):

threads -all

For an explanation of the threads list, see Thread Information.

For more information on the threads command, see threads Command.