Motorola MPC564EVB User Manual page 71

Hide thumbs Also See for MPC564EVB:
Table of Contents

Advertisement

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
Chapter 3. Using the Monitor/Debug Firmware
3-21

Advertisement

Table of Contents
loading

Table of Contents