gotoi subcommand for dbx: Change the program counter address

Format

gotoi address

Description

The gotoi subcommand changes the program counter address to the address specified by the address argument.

Usage notes

  • The gotoi subcommand can be run only while the dbx debug program is running.
  • While dbx allows the changing of the next instruction to be run, unpredictable results might occur in the program being debugged. Whether the unpredictable results occur depends on where the program is currently stopped, the current state of the program, and where the program is to resume running.

Examples

To change the program counter address to address 0X100002B4, enter:
gotoi 0x100002b4

Related information

The goto subcommand.