PPC600 Family Debugger | 61
©
1989-2022 Lauterbach
CPU specific TrOnchip Commands
TrOnchip.DISable Disable debug register control
Not supported. The debugger always controls the debug registers.
TrOnchip.ENable Enable debug register control
Not supported. The debugger always controls the debug registers.
TrOnchip.CONVert Adjust range breakpoint in on-chip resource
The on-chip breakpoints can only cover specific ranges. If a range cannot be programmed into the
breakpoint, it will automatically be converted into a single address breakpoint when this option is active. This
is the default. Otherwise an error message is generated.
The features supported by the TrOnchip command for TRACE32-ICD vary for the
different PowerPC families.
Format: TrOnchip.DISable
Format: TrOnchip.ENable
Format: TrOnchip.CONVert [ON | OFF] (deprecated)
Use Break.CONFIG.InexactAddress instead
TrOnchip.CONVert ON
Break.Set 0x1000--0x17ff /Write
Break.Set 0x1001--0x17ff /Write
…
TrOnchip.CONVert OFF
Break.Set 0x1000--0x17ff /Write
Break.Set 0x1001--0x17ff /Write
; sets breakpoint at range
; 1000--17ff sets single breakpoint
; at address 1001
; sets breakpoint at range
; 1000--17ff
; gives an error message