8.176.4 Examples
Example 1:
Set instruction tracing range with begin and end address and query the range afterwards.
HHC00013I Herc command: 't 100000-101000'
HHC02229I Instruction tracing off range 100000-101000
HHC00013I Herc command: 't?'
HHC02229I Instruction tracing off range 100000-101000
Figure 312: T command (address range)
Example 2:
Set instruction tracing range with start address and length and query the range afterwards.
HHC00013I Herc command: 't 1000000.1000'
HHC02229I Instruction tracing off range 1000000.1000
HHC00013I Herc command: 't?'
HHC02229I Instruction tracing off range 1000000-1001000
Figure 313: T command (address with length)
Example 3:
Set instruction tracing for all addresses and query the range afterwards.
HHC00013I Herc command: 't 0'
HHC02229I Instruction tracing off
HHC00013I Herc command: 't?'
HHC02229I Instruction tracing off
Figure 314: T command (all addresses)