The t command performs a trace (single step) operation.
The format for this command is:
t [-vbci] or:
to [-vbci]
where:
-v | lists each step (verbose). |
-b | captures only branches. |
-c | captures only funtion calls. |
-i | stops on invalid program counter. |
cnt | traces cnt instructions and stops. |
set / unset command.
Navigation: Document Home | Document Contents | Document Index