Fujitsu F2 MC-16 Computer Accessories User Manual


 
120
CHAPTER 2 DEPENDENCE FUNCTIONS
Reading Trace Data On-the-fly in the Multi Trace
Use the DISABLE MULTITRACE command to disable the trace function before reading trace data. Check
whether or not the trace function is currently enabled by executing the SHOW MULTITRACE command
with /STATUS specified, or by using the built-in variable %TRCSTAT.
To read trace data, use the SHOW MULTITRACE command; to search trace data, use the SEARCH
MULTITRACE command.
[Example]
>GO
>>SHOW MULTITRACE/STATUS
en/dis = enable
buffer full = nobreak
sampling = on
>>DISABLE MULTITRACE
>>SHOW MULTITRACE/STATUS
en/dis = disable
buffer full = nobreak
sampling = end
block no. = 1 to 20
frame no. = 00001 to 00639
>>SHOW MULTITRACE 1
frame no. address data a-status d-status Qst dfg level ext-probe
block no. = 1
00001 -7 : 10109C 109C --- ------- --- 1 11111111
00002 -6 : 10109C 0000 EWA EXECUTE 2by @ 1 11111111
00003 -5 : 10109C 0000 --- EXECUTE --- 1 11111111
00004 -4 : FF0120 0120 --- ------- --- 1 11111111
...
...