| |||
| Home > Tracing Tutorial > Tracing data accesses to addresses in an address range > Examining the captured trace | |||
Examine the captured trace in the Trace tab:
Only read accesses to the input[] array
are traced, which occur at lines 143, 147, 171 and 220 in the source
code trace.c.
Click the Source tab in the Analysis window. Figure 10.64 shows an example. Here you can see the program flow corresponding to the captured trace.
Setting trace ranges in conjunction with trace start and end points
the following in the RealView Debugger Command Line Reference Guide:
Chapter 2 RealView Debugger Commands for details of the PRINTSYMBOLS, TRACE, and TRACEDATAREAD commands.