jasonmolenda wrote:

> > Thanks @DavidSpickett just to be sure, this is armv7 right, not AArch32?
> 
> This is an AArch32 container on Armv8. I'm not sure if lldb-server knows the 
> difference though. Maybe it doesn't need to, and ptrace single step is done 
> in the kernel which uses the h/w step.
> 

Yeah I'm thinking lldb-server probably does a software instruction step on 
AArch32, even thought the hardware has instruction-step. Probably a small 
enough perf hit that there's little value in looking into that further.

https://github.com/llvm/llvm-project/pull/96260
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to