Viewing Process and Thread States
Process and thread states are displayed in the following:
*The Root Window.
*The information within the File > Attach to a Running Program dialog.
*The process and thread status bars of the Process Window.
*The Threads tab of the Process Window.
Figure 214 shows TotalView displaying process state information in the Root Window.
 
CLI: dstatus and dptsets
When you use either of these commands, TotalView also displays state information.
Figure 214, Root Window Showing Process and Thread Status
The Status of a process includes the process location, the process ID, and the state of the process. (These characters are explained in Seeing Attached Process States.)
If you need to attach to a process that is not yet being debugged, open the File > Attach to a Running Program dialog. TotalView displays all processes associated with your username. Notice that some of the processes will be dim (drawn in a lighter font). This indicates either you cannot attach to the process or you’re already attached to it.
Notice that the status bars in the Process Window also display status information, Figure 215.
Figure 215, Process and Thread Labels in the Process Window
NOTE: TotalView displays both the user thread id (if one exists) assigned by the pthread runtime, as well as the kernel thread id assigned by the operating system (user_tid/kernel_tid). If you are debugging an MPI program, TotalView displays the thread’s rank number.
 
RELATED TOPICS 
 
The Root Window
The Process Window
Process state definition and display