Chapter 3. Using the Monitor/Debug Firmware
3-21
Commands
GT
Execute To
Usage:
GT addr
The GT command inserts a temporary software breakpoint at addr and then executes target code
starting at the current program counter. The value for addr may be an absolute address specified as
a hexadecimal value, or a symbol name.
When the GT command is executed, all breakpoints are inserted into the target code, and the
context is switched to the target program. Control is only regained when the target code encounters
a breakpoint, illegal instruction, or other exception which causes control to be handed back to
dBUG.
Examples:
To execute code up to the C function bench(), the command is:
gt _bench
Summary of Contents for MPC564EVB
Page 1: ...MPC564EVBUM Rev 1 2 3 2003 MPC564EVB User s Manual ...
Page 6: ......
Page 10: ...Contents Paragraph Number Title Page Number iv MPC564EVB User s Manual MOTOROLA ...
Page 50: ...2 12 MPC564EVB User s Manual System Power up and Initial Operation ...
Page 92: ...3 42 MPC564EVB User s Manual System Call Functions ...
Page 98: ...B 4 MPC564EVB User s Manual Troubleshooting Network Problems ...