Specifications

Table Of Contents
ARM Debugger 137 ARM Specific TrOnchip Commands
©1989-2014 Lauterbach GmbH
TrOnchip.TCYcle Define cycle type for bus trace
Defines the cycle type for the bus trace address selector.
TrOnchip Example
Assume there is a byte variable called 'flag' and you want to trigger if the value 59 is written to the variable.
Format: TrOnchip.TCYcle <cycle>
<cycle>: ANY
Read
Write
Access
Fetch
Soft
ANY Cycle type doesn't matter.
Read Record only read accesses.
Write Record only write accesses.
Access Record only data accesses.
Fetch Record only instruction fetches.
Soft Not used now.
Break.Set flag /Alpha ; set an alpha breakpoint to the address
; of the variable flag
TrOnchip.A Address Alpha ; enable alpha break for on-chip trigger
TrOnchip.A Value 0xxxxxx59 ; specify data pattern; this example
; assumes that the address of flags is on
; an address dividable by 4 and you have
; little endian byte ordering (lowest byte
; on data bus)
TrOnchip.A Cycle Write ; specify that you want to trigger only on
; a write access
TrOnchip.A Size Byte ; specify that you want to trigger only on
; byte access