up subcommand for dbx: Move the current function up the stack

Format

up [count]

Description

The up subcommand moves the current function up the stack count number of levels. The current function is used for resolving names. The default for the count argument is 1.

Usage notes

The up subcommand can be run only while the dbx debug program is running.

Examples

  1. To move the current function up the stack two levels, enter:
    up 2
  2. To display the current function on the stack, enter:
    up 0

Related information

The down subcommand.