User`s guide
135
ri record input Records to the specified file all the input you
give to dbx. If you do not specify a file, dbx
creates a temporary file. The name of the file is
specified by $defaultin.
ro record output Records all dbx output to the specified file. If
no file is specified, records output to a
temporary file. The name of the file is specified
by $defaultout.
s step Executes the specified number of lines of
source code, stepping into procedures. If you
do not provide an argument, dbx executes only
one line.
S next Executes the specified number of lines of
source code, stepping over procedures. If you
do not provide an argument, dbx executes only
one line.
si stepi Executes the specified number of lines of
machine code, stepping into procedures. If
you do not provide an argument, dbx executes
only one instruction.
Si nexti Executes the specified number of lines of
machine code, stepping over procedures. If
you do not provide an argument, dbx executes
only one instruction.
source playback input (pi) Replays dbx commands saved in the specified
file. If no file is specified, dbx uses the
temporary file specified by $defaultin.
t where Does a stack trace to show the current
activation levels.
u list $curline-9:10 Lists a window of source code showing the
nine lines before the current code line and the
current code line. This command does not
change the current code line.
Table B-1 (continued) Predefined Aliases
Alias Definition Description