You can step your program out of a function by using the Out commands. The eight
Out commands in the GUI are located on the
Group,
Process, and
Thread menus.
If the source line that is the goal of the
Out operation has more than one statement, TotalView will stop execution just after the routine from which it just emerged. For example, suppose that the following is your source line:
Suppose you step into routine1, then use an
Out command. While the PC arrow in the Source Pane still points to this same source line, the actual PC is just after
routine1. This means that if you use a step command, you will step into
routine2.