Sun Studio 12: Debugging a Program With dbx

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, type:


threads

To print threads normally not printed (zombies), type:


threads -all

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

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