Specifications

Table Of Contents
ARM Debugger 136 ARM Specific TrOnchip Commands
©1989-2014 Lauterbach GmbH
TrOnchip.TEnable Define address selector for bus trace
Define a filter for the trace. The Preprocessor for the ARM7 family (bus trace) provides 1 address
comparator, that is implemented as a comparator (bit mask). Since this comparator is provided by the
TRACE32 development tools, it is listed as a Hardware Breakpoint.
Format: TrOnchip.TEnable <mode>
<mode>: ALL
Alpha
Beta
Charly
Delta
Echo
; sample only entries to the function sieve
Break.Set sieve /Charly
TrOnchip.TEnable Charly
TrOnchip.TCYcle Fetch
; sample all read and write accesses to the variable flags[3]
Var.Break.Set flags[3] /Alpha
TrOnchip.TEnable Alpha
TrOnchip.TCYcle Access