Hi Folks,
I don't think it is possible but maybe you have any tricks... is it possible to set something along the watchpoint on the spec reg?
I have a need at checking out on the accesses to scr_el3 and don't want to go through the code and search for it.
Maybe there are some tricks to set a watchpoint on the instruction/opcode reading/writing the scr_el3?
Thanks,
Marek
Some simulation environments let you set breakpoints on registers, but you can't if connecting to a hardware target. The breakpoint/watchpoint units in the debug logic only operate on memory addresses.