User`s manual
GT - Go to Temporary Breakpoint
3-79
3
GT - Go to Temporary Breakpoint
Command Input
GT ADDR
Command Input
The GT command sets a temporary breakpoint and starts target
code execution. A count may be specified with the temporary
breakpoint. Control is given at the target IP address. All previously
set breakpoints are enabled. The temporary breakpoint is removed
when any breakpoint with a count of 0 is encountered.
After setting the temporary breakpoint, the sequence of events is
similar to that of the GO command. At this point control may be
returned to the debugger by one of the following conditions:
❏ A breakpoint with a count of 0 was found.
❏ The abort or reset switch on the debugger host was pressed.
❏ An unexpected exception occurred.
Example
The following program resides at $20000 and $30000.
PPC1-Bug>DS 20000:7 <Return>
00020000 3C600004 ADDIS R3,R0,$4
00020004 60631000 ORI R3,R3,$1000
00020008 3C800000 ADDIS R4,R0,$0
0002000C 608400FE ORI R4,R4,$FE
00020010 4800FFF1 BL $00030000
00020014 80620000 LWZ R3,$0(R2) ($FFF0178C)
00020018 4BFFFFE8 B $00020000
PPC1-Bug>