I am trying to write a practice script to debug a multi core system in Trace32. As per the docs, I started the scrpit as follows
SYStem.CPU CortexA55
SYStem.CONFIG CoreNumber 3
Core.Number 3
I can choose to single step in a single core by using the data list window buttons for that core. But I am not sure how to do that using the commands. In their docs they mention
Where the target is configured for Symmetric Multi-Processing (SMP), a single instance of TRACE32 PowerView is used to control all cores. In this case many PRACTICE commands add an option /CORE option to indicate that the command should be run with reference to a particular core or cores. But I tried to execute these commands
Go.Backover
Step
Print Register(pc)
but none of them does have this /Core option.