Part Number: AM6442
Hi Team,
While debugging Linux processes by means of a stop-and-go debugger (Lauterbach), I face the following messages after resuming from a breakpoint:
[ 556.787556] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
I very much presume, that this is due to the fact, that the system counter is not stopped after hitting a breakpoint. At least, I see that the system timer register CNTPCT_EL0 does not stop counting when a breakpoint is hit. Could you please tell me how make the system counter stop upon debug entry ?