The Process Window toolbar has a pulldown list and two sets of buttons. The pulldown list defines the
focus of the command selected in the first button set. The second button set changes the process and thread being displayed.
When you are doing something to a multi-process, multi-threaded program, TotalView needs to know which processes and threads it should act on. In the CLI, you specify this target using the
dfocus command. When using the GUI, you specify the focus using the scope pulldown. For example, if you select a thread, and then select the
Step button, TotalView steps the current thread. In contrast, if you select
Process (Workers) and then select the
Go button, TotalView tells all the processes that are in the same
workers group as the current thread to start executing. (This thread is called the
thread of interest.)