16
2.4.10 GT - Execute Till a Temporary Breakpoint
GT
Usage:
GT <addr>
The GT command executes the target code starting at address in PC (whatever the PC has) until a
temporary breakpoint as given in the command line is reached.
Example:
To execute code at the current program counter and stop at breakpoint address 0x10000, the command is:
GT 10000