Totalview® Reference Guide : PART I CLI Commands : Chapter 2 CLI Commands : dout
dout
Executes until just after the place that called the current routine
Format 
dout [-back] [frame-count ]
Arguments 
-back
(ReplayEngine only) Returns to the function call that placed the PC into the current routine. This option can be abbreviated to -b.
frame-count
An integer that specifies that the thread returns out of this many levels of subroutine calls. Without this number, the thread returns from the current level.
Description 
The dout command runs a thread until it returns from either of the following:
The current subroutine
One or more nested subroutines
When you specify process width, TotalView allows all threads in the process that are not running to this goal to run free. (Specifying process width is the default.)
Command alias 
For additional information on the different kinds of stepping, see the dstep command information.
Examples 
f t ou
Runs the current TOI out of the current -subroutine.
f p dout 3
Unwinds the process in the current focus out of the current subroutine to the routine three levels above it in the call stack.
Related Topics
Executing to the Completion of a Function
Group > Out Command
Process > Out Command
Thread > Out Command