t [-vbci]or:
to [-vbci]where:
| -v | lists each step (verbose). |
| -b | captures only branches. |
| -c | captures only calls (jal instruction). |
| -i | stops on invalid program counter. |
| cnt | traces cnt instructions. |
A branch instruction and the instruction in its delay slot are executed as a single step. This also means that two-instruction loops are treated as a single step. This command is implemented by setting a breakpoint at the following instruction.
The command or commands that are executed on completion of the single step is determined by the value of the environment variable brkcmd.
An example illustrating the use of this command follows.
PMON> t Pmon+0x240 3c09a07f lui t1,0xa07f